13 lines
185 B
Text
13 lines
185 B
Text
|
|
|
||
|
|
TESTING "Component Test Suite" ./mainsuite
|
||
|
|
|
||
|
|
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
|
||
|
|
|