aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-11-27 22:44:13 +0200
committerRiccardo Spagni <ric@spagni.net>2017-11-27 22:44:13 +0200
commit9fad4008ef8a720e11f6e97cca42ac3a4cd7cb95 (patch)
tree79ae6580ac39655e3868001a44b918e33fd1087f
parentMerge pull request #2841 (diff)
parenttests: disable libwallet_api_tests when BUILD_GUI_DEPS is not set (diff)
downloadmonero-9fad4008ef8a720e11f6e97cca42ac3a4cd7cb95.tar.xz
Merge pull request #2863
37c1ce3b tests: disable libwallet_api_tests when BUILD_GUI_DEPS is not set (moneromooo-monero)
-rw-r--r--tests/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 762eee776..d0c89db46 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -87,7 +87,9 @@ add_subdirectory(unit_tests)
add_subdirectory(difficulty)
add_subdirectory(hash)
add_subdirectory(net_load_tests)
-add_subdirectory(libwallet_api_tests)
+if (BUILD_GUI_DEPS)
+ add_subdirectory(libwallet_api_tests)
+endif()
# add_subdirectory(daemon_tests)