diff options
author | Silvan Jegen <s.jegen@gmail.com> | 2018-12-15 18:20:53 +0100 |
---|---|---|
committer | Silvan Jegen <s.jegen@gmail.com> | 2018-12-15 18:20:53 +0100 |
commit | cdce949452df315fba9c5f81bdefd4eeacb65c24 (patch) | |
tree | 209fc3be93e1b39a9485d7b65822ba067cca895d | |
parent | 2a6c94abcb38a48f98c1393742a65232edc3c07f (diff) |
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f88417d --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +Unix tools testing +================== + +This repo was created to contain some simple functional tests for unix tools +implementations (mostly for testing sbase[0]). + + +Run the tests +------------- + +The "./runalltests" shell script runs all files ending with ".test". Those +files are shell scripts themselves which expect the binaries to test to +be in the parent directory. + +To add more tests, simply follow the basic example in "dirname.test" +and preferrably add one "{unix-tool-to-test}.test" file for each tool +you want to write tests for. + +[0] https://core.suckless.org/sbase/ |