Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-11-14 | tests,json: Suffix .json to test pattern | Andre Heinecke | 1 | -0/+0 | |
* tests/json/t-config.in, tests/json/t-config.out: Renamed. * t-json.c (run_test): Use new naming pattern. | |||||
2018-11-14 | tests: Add json testrunner | Andre Heinecke | 1 | -0/+4 | |
* 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. |