diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-05-11 16:24:41 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-16 11:04:59 +0200 |
commit | d3fac1856277e6a832c261f1820ed34a95301e1d (patch) | |
tree | f18367d47b38c2b28639f9e97edc237689913a92 /src/bank-lib/Makefile.am | |
parent | cddce0fd6fd3b9870ea230c1cb659a866cac1205 (diff) |
take the history array from "data" field returned by the bank
Diffstat (limited to 'src/bank-lib/Makefile.am')
-rw-r--r-- | src/bank-lib/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/bank-lib/Makefile.am b/src/bank-lib/Makefile.am index 72c25f660..48c7e9cb0 100644 --- a/src/bank-lib/Makefile.am +++ b/src/bank-lib/Makefile.am @@ -57,10 +57,7 @@ check_PROGRAMS = \ test_bank_api_with_fakebank TESTS = \ - test_bank_api -# test_bank_api_with_fakebank -# For now, test_bank_api is known NOT to work (#5005, #4964, etc.) -# $(check_PROGRAMS) + $(check_PROGRAMS) test_bank_api_SOURCES = \ test_bank_interpreter.c test_bank_interpreter.h \ |