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/