Skip to content

Commit

Permalink
Disabled unit_tests on Mac OS since it has dependencies from supernode
Browse files Browse the repository at this point in the history
  • Loading branch information
EDDragonWolf committed Jan 20, 2018
1 parent 6a84368 commit 36c1a92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ add_subdirectory(crypto)
add_subdirectory(functional_tests)
add_subdirectory(performance_tests)
add_subdirectory(core_proxy)
if (NOT APPLE)
add_subdirectory(unit_tests)
endif()
add_subdirectory(difficulty)
add_subdirectory(hash)
add_subdirectory(net_load_tests)
Expand Down

0 comments on commit 36c1a92

Please sign in to comment.