aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-03-19 15:26:19 +0200
committerRiccardo Spagni <ric@spagni.net>2016-03-19 15:26:19 +0200
commit95916ad53740b706d304c6df78a5fa1f7d5b2735 (patch)
tree63f17c67b57d5b27209f16618c1f9913b0afe64b /tests
parentMerge pull request #730 (diff)
parenttests: enable core tests again (diff)
downloadmonero-95916ad53740b706d304c6df78a5fa1f7d5b2735.tar.xz
Merge pull request #731
498ad73 tests: enable core tests again (moneromooo-monero)
Diffstat (limited to 'tests')
-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)