diff options
Diffstat (limited to 'src/exchangedb/Makefile.am')
-rw-r--r-- | src/exchangedb/Makefile.am | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 03322f8c5..1a8665849 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am | |||
@@ -64,9 +64,7 @@ check_PROGRAMS = \ | |||
64 | test-exchangedb-denomkeys \ | 64 | test-exchangedb-denomkeys \ |
65 | test-exchangedb-fees \ | 65 | test-exchangedb-fees \ |
66 | test-exchangedb-signkeys \ | 66 | test-exchangedb-signkeys \ |
67 | test-exchangedb-postgres \ | 67 | test-exchangedb-postgres |
68 | test-perf-taler-exchangedb \ | ||
69 | perf-exchangedb | ||
70 | 68 | ||
71 | AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH; | 69 | AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH=$${TALER_PREFIX:-@prefix@}/bin:$$PATH; |
72 | TESTS = \ | 70 | TESTS = \ |
@@ -74,8 +72,7 @@ TESTS = \ | |||
74 | test-exchangedb-denomkeys \ | 72 | test-exchangedb-denomkeys \ |
75 | test-exchangedb-fees \ | 73 | test-exchangedb-fees \ |
76 | test-exchangedb-postgres \ | 74 | test-exchangedb-postgres \ |
77 | test-exchangedb-signkeys \ | 75 | test-exchangedb-signkeys |
78 | test-perf-taler-exchangedb | ||
79 | 76 | ||
80 | test_exchangedb_auditors_SOURCES = \ | 77 | test_exchangedb_auditors_SOURCES = \ |
81 | test_exchangedb_auditors.c | 78 | test_exchangedb_auditors.c |
@@ -115,28 +112,5 @@ test_exchangedb_postgres_LDADD = \ | |||
115 | -ljansson \ | 112 | -ljansson \ |
116 | -lgnunetutil | 113 | -lgnunetutil |
117 | 114 | ||
118 | test_perf_taler_exchangedb_SOURCES = \ | ||
119 | test_perf_taler_exchangedb.c \ | ||
120 | perf_taler_exchangedb_init.c perf_taler_exchangedb_init.h \ | ||
121 | perf_taler_exchangedb_interpreter.c perf_taler_exchangedb_interpreter.h | ||
122 | test_perf_taler_exchangedb_LDADD = \ | ||
123 | libtalerexchangedb.la \ | ||
124 | $(top_srcdir)/src/util/libtalerutil.la \ | ||
125 | $(top_srcdir)/src/pq/libtalerpq.la \ | ||
126 | -lgnunetutil \ | ||
127 | -ljansson | ||
128 | |||
129 | perf_exchangedb_SOURCES = \ | ||
130 | perf_taler_exchangedb.c \ | ||
131 | perf_taler_exchangedb_init.c perf_taler_exchangedb_init.h \ | ||
132 | perf_taler_exchangedb_interpreter.c perf_taler_exchangedb_interpreter.h | ||
133 | perf_exchangedb_LDADD = \ | ||
134 | libtalerexchangedb.la \ | ||
135 | $(top_srcdir)/src/util/libtalerutil.la \ | ||
136 | $(top_srcdir)/src/pq/libtalerpq.la \ | ||
137 | -lgnunetutil \ | ||
138 | -ljansson | ||
139 | |||
140 | |||
141 | EXTRA_test_exchangedb_postgres_DEPENDENCIES = \ | 115 | EXTRA_test_exchangedb_postgres_DEPENDENCIES = \ |
142 | libtaler_plugin_exchangedb_postgres.la | 116 | libtaler_plugin_exchangedb_postgres.la |