From 2edee5ac4a4886e71db6e28314334cd24c6d3a55 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 14 Jan 2020 15:57:36 +0100 Subject: refactor uri parsing logic, prepare for unit test --- src/util/Makefile.am | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/util/Makefile.am') diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 89b31ebba..35abe4a1b 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -56,16 +56,16 @@ libtalerutil_la_LDFLAGS = \ -version-info 0:0:0 \ -export-dynamic -no-undefined -TESTS = \ - test_amount \ - test_crypto \ - test_url check_PROGRAMS = \ test_amount \ test_crypto \ + test_payto \ test_url +TESTS = \ + $(check_PROGRAMS) + test_amount_SOURCES = \ test_amount.c @@ -79,6 +79,12 @@ test_crypto_LDADD = \ -lgnunetutil \ libtalerutil.la +test_payto_SOURCES = \ + test_payto.c +test_payto_LDADD = \ + -lgnunetutil \ + libtalerutil.la + test_url_SOURCES = \ test_url.c test_url_LDADD = \ -- cgit v1.2.3