tests: Split run.sh in multiple test files.

Allows parallel test runs and simplifies optional tests.
This commit is contained in:
Simon Ruderich
2013-06-13 01:26:25 +02:00
parent 05aefe25ba
commit 04ac66863a
11 changed files with 207 additions and 73 deletions

16
.gitignore vendored
View File

@@ -29,6 +29,18 @@
/tests/example_exec.o
/tests/example_vfork
/tests/example_vfork.o
/tests/run.sh.log
/tests/run.sh.trs
/tests/test_error.sh.log
/tests/test_error.sh.trs
/tests/test_example.sh.log
/tests/test_example.sh.trs
/tests/test_exec.sh.log
/tests/test_exec.sh.trs
/tests/test_noforce.sh.log
/tests/test_noforce.sh.trs
/tests/test_redirects.sh.log
/tests/test_redirects.sh.trs
/tests/test_simple.sh.log
/tests/test_simple.sh.trs
/tests/test_vfork.sh.log
/tests/test_vfork.sh.trs
/tests/test-suite.log