aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-03-17 22:14:08 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2016-03-17 22:14:08 +0000
commit498ad737290ad844aca85c6971b14cf434c248d1 (patch)
tree63f17c67b57d5b27209f16618c1f9913b0afe64b /tests/CMakeLists.txt
parentMerge pull request #730 (diff)
downloadmonero-498ad737290ad844aca85c6971b14cf434c248d1.tar.xz
tests: enable core tests again
They should not have been disabled in the first place
Diffstat (limited to '')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 71de09cfc..d1be97afc 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -54,7 +54,7 @@ else ()
endif()
endif ()
-#add_subdirectory(core_tests)
+add_subdirectory(core_tests)
add_subdirectory(crypto)
add_subdirectory(functional_tests)
add_subdirectory(performance_tests)