Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests,json: Improve verbose mode and add verbose 2 | Andre Heinecke | 2018-11-14 | 1 | -13/+25 |
| | | | | | * tests/json/t-json.c (main): Handle multiple verbose args. (test-contains): Improve verbose output | ||||
* | tests,json: Fix and improve t-json | Andre Heinecke | 2018-11-14 | 1 | -10/+17 |
| | | | | | * tests/json/t-json.c (run_test): Terminate argv array correctly. (run_test): Note and handle empty response. | ||||
* | tests: Add json testrunner | Andre Heinecke | 2018-11-14 | 3 | -0/+367 |
* configure.ac: Configure makefile. * tests/Makefile.am: Run json tests if gpg tests are run. * tests/json/t-json.c: New testrunner for json tests. * tests/json/t-config.in, tests/json/t-config.out: First test. -- The idea of this test runner is that it only looks for parts in the output. This should allow it to write robust tests that check for the basics in the output but don't fail when the output is extended or slightly changed. |