lumiera_/tests/50components.tests
Ichthyostega cb13b09360 WIP: started augmenting my test-runner class to be configurable via cmdline
Added dependency to boost::program_options. Still trying to get into pace with the testing thing ;-)
2007-08-19 21:57:19 +02:00

17 lines
289 B
Text

TESTING "Component Test Suite" ./test-components
TEST "Fac test" Factory_test <<END
return: 0
END
TEST "Hello test" HelloWorld_test <<END
out: This is how the world ends...
return: 0
END
TEST "Parseoption" TestOption_test <<END
out: Testing invocation with cmdline: ...
return: 0
END