README.txt 405 B

12345678
  1. The build infrastructure adds a "make test_NAME" target for each NAME.test
  2. file in this directory, and "make tests" iterates through all of them.
  3. Individual tests boil down to a call to "scripts/test.sh NAME", and
  4. testing all is "scripts/test.sh" with no arguments.
  5. The test infrastructure, including the shell functions each test calls
  6. (mostly "testcmd" and "optional") is described in scripts/test.sh