tests: enable core tests again

They should not have been disabled in the first place
This commit is contained in:
moneromooo-monero
2016-03-17 22:14:08 +00:00
parent e05278cef5
commit 498ad73729

View File

@@ -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)