diff options
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | test/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1193,6 +1193,7 @@ ./test/th5s.c ./test/th5s.h5 ./test/theap.c +./test/thread_id.c ./test/tid.c ./test/titerate.c ./test/tlayouto.h5 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 4766680..3c13262 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -290,6 +290,7 @@ set (H5_TESTS cache_logging cork swmr + thread_id vol ) |