summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-07-20 21:26:15 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-07-20 21:26:15 (GMT)
commit9dfeb4020c7a4c4cf384899d3768440078b266b9 (patch)
tree500e2f4a267f98e52d5a13e92ce84fa69056ef73 /test/Makefile.am
parent09c266186d68e78055ba05d509e28ffe1589a27a (diff)
parentaecefbb2f5737890a27dcfd2ef20276d2ff88b2a (diff)
downloadhdf5-9dfeb4020c7a4c4cf384899d3768440078b266b9.zip
hdf5-9dfeb4020c7a4c4cf384899d3768440078b266b9.tar.gz
hdf5-9dfeb4020c7a4c4cf384899d3768440078b266b9.tar.bz2
Merge pull request #2704 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10
* commit 'aecefbb2f5737890a27dcfd2ef20276d2ff88b2a': Corrected missing H5CS thread-safety change. Brought over thread-safety changes from develop.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 276b262..3996f7e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -63,7 +63,7 @@ TEST_PROG= testhdf5 \
flush1 flush2 app_ref enum set_extent ttsafe enc_dec_plist \
enc_dec_plist_cross_platform getname vfd ros3 s3comms hdfs ntypes \
dangle dtransform reserved cross_read freespace mf vds file_image \
- unregister cache_logging cork swmr
+ unregister cache_logging cork swmr thread_id
# List programs to be built when testing here.
# error_test and err_compat are built at the same time as the other tests, but executed by testerror.sh.