We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add6ff5 commit 5c49605Copy full SHA for 5c49605
test/CMakeLists.txt
@@ -13,6 +13,7 @@ endmacro(ADDTEST)
13
add_subdirectory(array)
14
add_subdirectory(ascii)
15
add_subdirectory(bitsets)
16
+add_subdirectory(constants)
17
add_subdirectory(hash_functions)
18
add_subdirectory(hash_functions_perf)
19
add_subdirectory(hashmaps)
test/constants/CMakeLists.txt
@@ -0,0 +1 @@
1
+ADDTEST(constants)
0 commit comments