add test support

This commit is contained in:
greg
2019-03-26 09:00:55 -04:00
parent ff075f38f0
commit 618e4a11f7
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -55,6 +55,8 @@ if (PHMAP_BUILD_TESTS)
check_target(gtest_main)
check_target(gmock)
enable_testing()
## ---------------- regular hash maps ----------------------------
phmap_cc_test(NAME compressed_tuple SRCS "tests/compressed_tuple_test.cc"
DEPS gmock_main)