From 01844db4fb92aa7ae6eb12b160f1978235a449d5 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sun, 2 Dec 2018 16:22:41 -0600 Subject: Merge runtest.sh into test.sh. --- tests/README.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/README.txt (limited to 'tests') 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 -- cgit v1.2.3