diff options
author | David Young <dyoung@hdfgroup.org> | 2020-02-03 18:59:52 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-02-03 18:59:52 (GMT) |
commit | 65600cbd7229340d7f5ab86dd20b35ae2dabd1ad (patch) | |
tree | b102c6faab625e1109a51bb63f46a314272468ca | |
parent | 986c7451a03aa8d54ce3b57ffd2e394665d360cc (diff) | |
download | hdf5-65600cbd7229340d7f5ab86dd20b35ae2dabd1ad.zip hdf5-65600cbd7229340d7f5ab86dd20b35ae2dabd1ad.tar.gz hdf5-65600cbd7229340d7f5ab86dd20b35ae2dabd1ad.tar.bz2 |
Add thread_id.c to the MANIFEST and the CMakeLists.txt per Allen's
request.
-rw-r--r-- | MANIFEST | 1 | ||||
-rw-r--r-- | test/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -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 diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 77f9191..a2fb31d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -287,6 +287,7 @@ set (H5_TESTS cache_logging cork swmr + thread_id vol ) |