mavak / trucov

True coverage tool for C / C++
1 stars 1 forks source link

Create functional tests for commands / key options #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Test should contain a function test directory.

1) Test commands:
status -> check output
list -> check output
report -> check files were created
dot_report -> check files were created
render_report -> check files were created
render -> check file was created
dot -> check file was created

2) Test project directory:
Test default srcdir, buildir, outputdir -> check correct files created
Test config file options
Test srcdir, buildidr, outputdir with command line options
Test srcdir, builddir, outputdir with config file and command line options   

3) Test CPP and C files
  .h, .c, .cc, .cpp, .hpp

Original issue reported on code.google.com by millerlyte87@gmail.com on 6 Sep 2009 at 11:30

GoogleCodeExporter commented 9 years ago
verify these test exists. They do not pass, but they are correct, so just 
verify they
exists

1) make test
2) ./all_functionaltest

Original comment by millerlyte87@gmail.com on 21 Sep 2009 at 3:33

GoogleCodeExporter commented 9 years ago

Original comment by yekyaw.wsu@gmail.com on 5 Oct 2009 at 6:24