Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen's

request.
This commit is contained in:
David Young 2020-02-03 12:59:52 -06:00
parent 986c7451a0
commit 65600cbd72
2 changed files with 2 additions and 0 deletions

View File

@ -1183,6 +1183,7 @@
./test/th5s.c
./test/th5s.h5
./test/theap.c
./test/thread_id.c
./test/tid.c
./test/titerate.c
./test/tlayouto.h5

View File

@ -287,6 +287,7 @@ set (H5_TESTS
cache_logging
cork
swmr
thread_id
vol
)