From 88b7221eb737a3102ec61ea385990b7ea7ef2b30 Mon Sep 17 00:00:00 2001 From: Andre Heinecke Date: Wed, 14 Nov 2018 15:55:02 +0100 Subject: tests,json: Add missing files and chunking test * tests/json/Makefile.am, tests/json/final.test, tests/json/initial.test: New. * tests/json/t-chunking.in.json, tests/json/t-chunking.out.json: New test. * tests/json/t-json.c: Register new test. -- Oops.. --- 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 7a4d9065..98bd8622 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-export-secret-info", "t-chunking", /* 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