From bea425de6cbbfb054a19e0f2312c5ef00c2e1bbe Mon Sep 17 00:00:00 2001 From: Sree Harsha Totakura Date: Tue, 17 Feb 2015 17:23:13 +0100 Subject: Fix #3624: Check JSON format for wire deposits (SEPA specification) --- src/util/Makefile.am | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index a7f9fe3f7..a15d42ad8 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -19,3 +19,15 @@ libtalerutil_la_LIBADD = \ libtalerutil_la_LDFLAGS = \ -version-info 0:0:0 \ -export-dynamic -no-undefined + +TESTS=\ + test-json-validations + +check_PROGRAMS=\ + test-json-validations + +test_json_validations_SOURCES=test_json_validations.c +test_json_validations_LDADD=\ + -lgnunetutil \ + -ljansson \ + libtalerutil.la -- cgit v1.2.3