diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2021-05-03 23:23:33 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2021-05-03 23:23:33 (GMT) |
commit | 16eda679e306fde7fec41f5ff1910be86645e745 (patch) | |
tree | 7259634f083d9bf669d7c92f89aa59768b608538 /test/Makefile.am | |
parent | 7aa1bdc13723215314555c03bd03b3e12cbd905c (diff) | |
download | hdf5-16eda679e306fde7fec41f5ff1910be86645e745.zip hdf5-16eda679e306fde7fec41f5ff1910be86645e745.tar.gz hdf5-16eda679e306fde7fec41f5ff1910be86645e745.tar.bz2 |
Removes dead H5ST code
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 d6e030b..018d447 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -242,7 +242,7 @@ CHECK_CLEANFILES+=accum.h5 cmpd_dset.h5 compact_dataset.h5 dataset.h5 dset_offse # Sources for testhdf5 executable testhdf5_SOURCES=testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ tgenprop.c th5o.c th5s.c tcoords.c theap.c tid.c titerate.c tmeta.c tmisc.c \ - trefer.c trefer_deprec.c trefstr.c tselect.c tskiplist.c tsohm.c ttime.c ttst.c tunicode.c \ + trefer.c trefer_deprec.c trefstr.c tselect.c tskiplist.c tsohm.c ttime.c tunicode.c \ tvlstr.c tvltypes.c # Sources for Use Cases |