diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-02-05 20:13:40 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-02-05 20:13:40 +0100 |
commit | 64b2bc455845022001dd26923df0477eebdf3a86 (patch) | |
tree | e4936afbe7481a4fd58f5b9f39c08bdafeeeda2f /src/exchangedb/Makefile.am | |
parent | ab03ba16e9bc63eb5384e7b6b590fc029bf61152 (diff) |
-fix FTBFS of exchange test
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r-- | src/exchangedb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 49bc649b5..620e52352 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -300,7 +300,7 @@ noinst_PROGRAMS = \ AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH; TESTS = \ - (check_PROGRAMS) + $(check_PROGRAMS) test_exchangedb_postgres_SOURCES = \ test_exchangedb.c test_exchangedb_postgres_LDADD = \ |