From 498ad737290ad844aca85c6971b14cf434c248d1 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Thu, 17 Mar 2016 22:14:08 +0000 Subject: [PATCH] tests: enable core tests again They should not have been disabled in the first place --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)