2022-05-04 19:34:58 -05:00
..
2021-01-07 16:10:47 -06:00
2018-11-13 15:51:44 -06:00
2021-03-15 21:57:01 -05:00
2020-05-13 01:32:21 -05:00
2021-09-26 15:42:42 -05:00
2022-04-25 21:40:40 -05:00
2019-07-12 13:19:10 -05:00
2019-12-06 13:16:23 -06:00
2020-08-04 03:04:10 -05:00
2022-01-10 17:07:49 -06:00
2019-02-21 12:12:01 -06:00
2019-11-22 06:54:31 -06:00
2020-12-14 07:39:21 -06:00
2017-06-27 14:55:29 -05:00
2022-04-25 21:38:02 -05:00
2019-11-23 10:03:43 -06:00
2021-03-24 22:12:34 -05:00
2021-08-27 09:02:40 -05:00
2019-05-10 19:19:50 -05:00
2020-03-10 09:48:15 -05:00
2021-02-06 19:33:13 -06:00
2017-03-20 13:14:14 -05:00
2019-10-16 12:10:53 -05:00
2018-12-02 16:22:41 -06:00
2020-12-18 07:00:59 -06:00
2022-01-02 20:05:09 -06:00
2019-10-28 23:55:18 -05:00
2020-12-05 04:24:36 -06:00
2020-12-06 02:24:12 -06:00
2019-02-04 06:02:45 -06:00
2017-04-10 15:20:00 -05:00
2018-05-03 18:59:01 -05:00
2020-02-02 09:32:01 -06:00

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