summaryrefslogtreecommitdiff
path: root/README.md
blob: f88417dc15a41d27334490b1b452598bffee880b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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/