-
Notifications
You must be signed in to change notification settings - Fork 1
Test suite for Bourne-compatible shells
License
inglorion/shelltester
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Shell Tester is a test suite for Bourne-compatible shells. It consists of a number of test cases, each of which runs a small program using the shell to be tested. The standard output, standard error, and exit status of the shell are recorded and compared to the expected values. How To Use To use shell tester, first run the configure script and tell it the shell to test: ./configure --shell-to-test /bin/sh Then run ~make check~ to run the tests. You can use the -j option to make to run multiple tests in parallel. For example: make -j 8 check
About
Test suite for Bourne-compatible shells
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published