From cdd516fae3142fee542ba63498365cdbdbc79ec6 Mon Sep 17 00:00:00 2001 From: guzzijones Date: Sun, 8 Oct 2017 23:06:37 +0000 Subject: [PATCH] tests : remove lib_wallet_api tests --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4f6e6465f..b065c58c6 100644 --- a/Makefile +++ b/Makefile @@ -35,9 +35,11 @@ cmake-debug: debug: cmake-debug cd build/debug && $(MAKE) +# Temporarily disable some tests: +# * libwallet_api_tests fail (Issue #895) debug-test: mkdir -p build/debug - cd build/debug && cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=Debug ../.. && $(MAKE) && $(MAKE) test + cd build/debug && cmake -D BUILD_TESTS=ON -D CMAKE_BUILD_TYPE=Debug ../.. && $(MAKE) && $(MAKE) ARGS="-E libwallet_api_tests" test debug-all: mkdir -p build/debug