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