From d3dae4a445d950c94c952ddf54e534ef71675bd1 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Wed, 14 Nov 2018 17:56:23 +0100 Subject: tests,json: Add sig-notations test * tests/json/t-sig-notations.in.json, tests/json/t-sig-notations.out.json: New * tests/json/Makefile.am (EXTRA_DIST): Add files. * tests/json/t-json.c: Register it. --- tests/json/t-json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/json/t-json.c') diff --git a/tests/json/t-json.c b/tests/json/t-json.c index 98bd8622..024b2553 100644 --- a/tests/json/t-json.c +++ b/tests/json/t-json.c @@ -40,7 +40,7 @@ static const char*tests[] = { "t-config", "t-version", "t-keylist", "t-keylist-secret", "t-decrypt", "t-config-opt", "t-encrypt", "t-encrypt-sign", "t-sign", "t-verify", "t-decrypt-verify", "t-export", "t-createkey", - "t-export-secret-info", "t-chunking", + "t-export-secret-info", "t-chunking", "t-sig-notations", /* For these two the order is important * as t-import imports the deleted key from t-delete */ "t-delete", "t-import", -- cgit v1.2.3