diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-02-08 00:10:42 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-02-08 00:10:42 +0100 |
commit | 977c9cd2a1bc70cb8a4c2a9b1a771fa5068a9ca4 (patch) | |
tree | 9cad0dd1542fd5cfc5c491afd4c44ec3ac6ee18e /src | |
parent | 659b1aaac82b57ff25cb26fcf34ba3c9b333b653 (diff) |
eanble test_auditor_api_version
Diffstat (limited to 'src')
-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 = \ |