Skip to content

Commit 5c49605

Browse files
committed
Set cmake files for the tests of the codata constants.
1 parent add6ff5 commit 5c49605

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ endmacro(ADDTEST)
1313
add_subdirectory(array)
1414
add_subdirectory(ascii)
1515
add_subdirectory(bitsets)
16+
add_subdirectory(constants)
1617
add_subdirectory(hash_functions)
1718
add_subdirectory(hash_functions_perf)
1819
add_subdirectory(hashmaps)

test/constants/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ADDTEST(constants)

0 commit comments

Comments
 (0)