diff options
author | Andre Heinecke <[email protected]> | 2018-11-14 10:47:59 +0000 |
---|---|---|
committer | Andre Heinecke <[email protected]> | 2018-11-14 10:51:08 +0000 |
commit | 0c31837766e016227b3c8dfd44c476949cd4741e (patch) | |
tree | 013a362d3529f8643f455b558641add5241b638b /configure.ac | |
parent | build: Update gpg-error.m4 and libassuan.m4. (diff) | |
download | gpgme-0c31837766e016227b3c8dfd44c476949cd4741e.tar.gz gpgme-0c31837766e016227b3c8dfd44c476949cd4741e.zip |
tests: Add json testrunner
* 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.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index b733a9c2..4976b5b2 100644 --- a/configure.ac +++ b/configure.ac @@ -853,6 +853,7 @@ AC_CONFIG_FILES(Makefile src/Makefile tests/gpg/Makefile tests/gpgsm/Makefile tests/opassuan/Makefile + tests/json/Makefile doc/Makefile src/versioninfo.rc src/gpgme.pc |