diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-15 00:16:11 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-15 00:16:11 (GMT) |
commit | 62c296f1eb69255c5140a675270b11b5b265a220 (patch) | |
tree | 704a648065d1b20586457843958606b1ff37bb0f /test/Makefile.am | |
parent | 5a61eb24af840b45105f71da4ea4edc7062e24d9 (diff) | |
download | hdf5-62c296f1eb69255c5140a675270b11b5b265a220.zip hdf5-62c296f1eb69255c5140a675270b11b5b265a220.tar.gz hdf5-62c296f1eb69255c5140a675270b11b5b265a220.tar.bz2 |
Brings monotonic timer changes from develop
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 874e35d..7e1cd4b 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -65,7 +65,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 thread_id + unregister cache_logging cork swmr thread_id timer # 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. |