diff options
| author | guzzijones <guzzijones12@gmail.com> | 2017-10-08 23:06:37 +0000 |
|---|---|---|
| committer | guzzijones <guzzijones12@gmail.com> | 2017-12-22 20:52:22 +0000 |
| commit | cdd516fae3142fee542ba63498365cdbdbc79ec6 (patch) | |
| tree | 8e59e1d5cdf1630485e0bf0be9104511f04a171f /Makefile | |
| parent | 7a9a4a666986589dff679d086b377a9dfaa99d69 (diff) | |
| download | monzero-core-cdd516fae3142fee542ba63498365cdbdbc79ec6.tar.gz monzero-core-cdd516fae3142fee542ba63498365cdbdbc79ec6.tar.xz monzero-core-cdd516fae3142fee542ba63498365cdbdbc79ec6.zip | |
tests : remove lib_wallet_api tests
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
