diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/README.txt b/tests/README.txt new file mode 100644 index 00000000..15d2ea2a --- /dev/null +++ b/tests/README.txt @@ -0,0 +1,8 @@ +The build infrastructure adds a "make test_NAME" target for each NAME.test +file in this directory, and "make tests" iterates through all of them. + +Individual tests boil down to a call to "scripts/test.sh NAME", and +testing all is "scripts/test.sh" with no arguments. + +The test infrastructure, including the shell functions each test calls +(mostly "testcmd" and "optional") is described in scripts/test.sh |