LUMIERA.clone/tests/00test.tests
Ichthyostega 62922d357b (irrelevant) changes to make the dummy code build and load shared module
Explanation: together with the bare SCons build system, on this branch I added
some dummy codefiles, to validate the build system is working as merged in from master
2008-12-20 03:40:28 +01:00

24 lines
468 B
Text

TESTING "test system selftest" /bin/cat
TEST "test cat'ing stdin to stdout" <<END
in: foo: bar
out: foo: bar
return: 0
END
TEST "test stderr, cat'ing noonexistant file" ,nonexistent_file <<END
err: /bin/cat: ,nonexistent_file: No such file or directory
return: 1
END
TESTING "Run the Dummy Test Executable" ./test-bugs
TEST "I am a dummy test" <<END
out: *** Lumiera NLE for Linux ***
out: This is a dummy test
return: 2
END
PLANNED "this may never happen"