diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-03-17 22:14:08 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-03-17 22:14:08 +0000 |
commit | 498ad737290ad844aca85c6971b14cf434c248d1 (patch) | |
tree | 63f17c67b57d5b27209f16618c1f9913b0afe64b /tests/CMakeLists.txt | |
parent | Merge pull request #730 (diff) | |
download | monero-498ad737290ad844aca85c6971b14cf434c248d1.tar.xz |
tests: enable core tests again
They should not have been disabled in the first place
Diffstat (limited to '')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
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) |