- the tests covering threadind support and object monitors are located in the backend test-library and linked against liblumierabackend.so - some fundamental facilities of proc-layer moved from the library tree into the basic components tree, since *testing* them requires at least to link against liblumieracommon.so
9 lines
194 B
Text
9 lines
194 B
Text
TESTING "Hello World: self test of the test suite framework" ./test-suite --group=common
|
|
|
|
|
|
|
|
TEST "Hello test world" HelloWorld_test 3 <<END
|
|
out-lit: This is how the world ends...
|
|
return: 0
|
|
END
|
|
|