summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2020-02-03 18:59:52 (GMT)
committerQuincey Koziol <koziol@koziol.gov>2020-05-06 20:37:28 (GMT)
commitbb3e1a5cafd0c35358e341836b758ea3b747f495 (patch)
tree36d1c6c4693a9d79bdbd5c5867900b2267ced3a9
parent763d7a778e7b08a0f6bffcd6c471dbcd02147141 (diff)
downloadhdf5-bb3e1a5cafd0c35358e341836b758ea3b747f495.zip
hdf5-bb3e1a5cafd0c35358e341836b758ea3b747f495.tar.gz
hdf5-bb3e1a5cafd0c35358e341836b758ea3b747f495.tar.bz2
Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen's
request.
-rw-r--r--MANIFEST1
-rw-r--r--test/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index e34a575..78bda6c 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1235,6 +1235,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 41d29f7..a02d1c2 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -287,6 +287,7 @@ set (H5_TESTS
cache_logging
cork
swmr
+ thread_id
vol
)