Initial commit
This commit is contained in:
11
test/cxxtest/sample/yes_no_runner.cpp
Normal file
11
test/cxxtest/sample/yes_no_runner.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
//
|
||||
// A sample program that uses class YesNoRunner to run all the tests
|
||||
// and find out if all pass.
|
||||
//
|
||||
|
||||
#include <cxxtest/YesNoRunner.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
return CxxTest::YesNoRunner().run();
|
||||
}
|
||||
Reference in New Issue
Block a user