diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-07-24 11:57:03 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-07-24 11:57:03 +0200 |
commit | 9e3f4bdd791f87df25cfd2b818c7ef385b78b35d (patch) | |
tree | 88f9fad664fbc84bc642381905bda6c65263dd67 /src/lib/Makefile.am | |
parent | 80ff1866489dc3c77e84dc4b8f793067ff586745 (diff) |
getting revocation/payback test with refreshed coins to pass
Diffstat (limited to 'src/lib/Makefile.am')
-rw-r--r-- | src/lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 71301e58d..fddc961f5 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -192,8 +192,8 @@ TESTS = \ $(check_PROGRAMS) # expected to fail for now: test incomplete, feature not implemented! -XFAIL_TESTS = \ - test_exchange_api_revocation +#XFAIL_TESTS = \ +# test_exchange_api_revocation test_exchange_api_SOURCES = \ test_exchange_api.c |