From cf31e54a2f1f252be8a248a8e3236e7f9a3a3f51 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Dec 2019 23:17:56 +0100 Subject: remove obsolete old tests (#5758) --- src/bank-lib/Makefile.am | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'src/bank-lib/Makefile.am') diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am index 1166964aa..de022efcc 100644 --- a/src/bank-lib/Makefile.am +++ b/src/bank-lib/Makefile.am @@ -89,8 +89,6 @@ endif endif check_PROGRAMS = \ - test_bank_api \ - test_bank_api_with_fakebank \ test_bank_api_with_fakebank_new \ test_bank_api_with_pybank_new @@ -135,28 +133,6 @@ endif TESTS = \ $(check_PROGRAMS) -test_bank_api_SOURCES = \ - test_bank_interpreter.c test_bank_interpreter.h \ - test_bank_api.c -test_bank_api_LDADD = \ - libtalerbank.la \ - libtalerfakebank.la \ - $(top_builddir)/src/util/libtalerutil.la \ - -lgnunetcurl \ - -lgnunetutil \ - -ljansson - -test_bank_api_with_fakebank_SOURCES = \ - test_bank_interpreter.c test_bank_interpreter.h \ - test_bank_api_with_fakebank.c -test_bank_api_with_fakebank_LDADD = \ - libtalerbank.la \ - libtalerfakebank.la \ - $(top_builddir)/src/util/libtalerutil.la \ - -lgnunetcurl \ - -lgnunetutil \ - -ljansson - test_bank_api_with_pybank_new_SOURCES = \ test_bank_api_new.c -- cgit v1.2.3