From 5827630699a725e24a59d94861b01bad310f6a02 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 13 Apr 2015 17:20:46 +0200 Subject: starting with tests for libtalerutil --- src/util/Makefile.am | 38 ++++++++++++++++++++++++++++++++------ 1 file changed, 32 insertions(+), 6 deletions(-) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 2a5cdefef..804ff85a2 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -28,14 +28,40 @@ libtalerutil_la_LDFLAGS = \ -export-dynamic -no-undefined TESTS = \ - test-json-validations + test_amount \ + test_crypto \ + test_json \ + test_wireformats -check_PROGRAMS=\ - test-json-validations +check_PROGRAMS= \ + test_amount \ + test_crypto \ + test_json \ + test_wireformats -test_json_validations_SOURCES = \ - test_json_validations.c -test_json_validations_LDADD = \ + +test_amount_SOURCES = \ + test_amount.c +test_amount_LDADD = \ + -lgnunetutil \ + libtalerutil.la + +test_crypto_SOURCES = \ + test_crypto.c +test_crypto_LDADD = \ + -lgnunetutil \ + libtalerutil.la + +test_json_SOURCES = \ + test_json.c +test_json_LDADD = \ + -lgnunetutil \ + -ljansson \ + libtalerutil.la + +test_wireformats_SOURCES = \ + test_wireformats.c +test_wireformats_LDADD = \ -lgnunetutil \ -ljansson \ libtalerutil.la -- cgit v1.2.3