tests: enable core tests again
They should not have been disabled in the first place
This commit is contained in:
parent
e05278cef5
commit
498ad73729
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ else ()
|
||||||
endif()
|
endif()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
#add_subdirectory(core_tests)
|
add_subdirectory(core_tests)
|
||||||
add_subdirectory(crypto)
|
add_subdirectory(crypto)
|
||||||
add_subdirectory(functional_tests)
|
add_subdirectory(functional_tests)
|
||||||
add_subdirectory(performance_tests)
|
add_subdirectory(performance_tests)
|
||||||
|
|
Loading…
Reference in a new issue