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
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3

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)