You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
405 B
9 lines
405 B
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
|