2007-08-17 11:06:49 +02:00
|
|
|
|
2007-08-18 04:28:14 +02:00
|
|
|
TESTING "Component Test Suite" ./test-components
|
2007-08-17 11:06:49 +02:00
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
2007-08-19 21:57:19 +02:00
|
|
|
TEST "Parseoption" TestOption_test <<END
|
|
|
|
|
out: Testing invocation with cmdline: ...
|
|
|
|
|
return: 0
|
|
|
|
|
END
|
|
|
|
|
|