diff options
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/testing/Makefile.am b/src/testing/Makefile.am index f35c8b6d8..9e4a40e93 100644 --- a/src/testing/Makefile.am +++ b/src/testing/Makefile.am @@ -145,6 +145,7 @@ AM_TESTS_ENVIRONMENT=export TALER_PREFIX=$${TALER_PREFIX:-@libdir@};export PATH= .NOTPARALLEL: check_PROGRAMS = \ + test_auditor_api_version \ test_bank_api_with_fakebank \ test_bank_api_with_nexus \ test_exchange_api_cs \ @@ -176,8 +177,6 @@ endif # Removed for now... # test_auditor_api_cs # test_auditor_api_rsa -# test_auditor_api_version - TESTS = \ |