]> ruderich.org/simon Gitweb - coloredstderr/coloredstderr.git/commit - tests/test_example.sh
tests: Split run.sh in multiple test files.
authorSimon Ruderich <simon@ruderich.org>
Wed, 12 Jun 2013 23:26:25 +0000 (01:26 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 12 Jun 2013 23:26:25 +0000 (01:26 +0200)
commit04ac66863a96d0c80bd00cc02bc3ab1e6aa8a620
tree7c744a20248c91634ec3e7b9c04d6211fdf88306
parent05aefe25bacd1c22bf2d5cc935aa9d3d28f5d841
tests: Split run.sh in multiple test files.

Allows parallel test runs and simplifies optional tests.
.gitignore
tests/Makefile.am
tests/lib.sh
tests/run.sh [deleted file]
tests/test_error.sh [new file with mode: 0755]
tests/test_example.sh [new file with mode: 0755]
tests/test_exec.sh [new file with mode: 0755]
tests/test_noforce.sh [new file with mode: 0755]
tests/test_redirects.sh [new file with mode: 0755]
tests/test_simple.sh [new file with mode: 0755]
tests/test_vfork.sh [new file with mode: 0755]