diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-11-27 22:44:13 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-11-27 22:44:13 +0200 |
| commit | 9fad4008ef8a720e11f6e97cca42ac3a4cd7cb95 (patch) | |
| tree | 79ae6580ac39655e3868001a44b918e33fd1087f /tests | |
| parent | c97bb7455fd2082b358cbe3f357fa8d861f8fc83 (diff) | |
| parent | 37c1ce3b68ceaac2ce413445305af97a6267e978 (diff) | |
| download | monzero-core-9fad4008ef8a720e11f6e97cca42ac3a4cd7cb95.tar.gz monzero-core-9fad4008ef8a720e11f6e97cca42ac3a4cd7cb95.tar.xz monzero-core-9fad4008ef8a720e11f6e97cca42ac3a4cd7cb95.zip | |
Merge pull request #2863
37c1ce3b tests: disable libwallet_api_tests when BUILD_GUI_DEPS is not set (moneromooo-monero)
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/CMakeLists.txt | 4 |
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) |
