diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-13 17:03:59 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2000-04-13 17:03:59 (GMT) |
commit | ccca207708e390fcf502a69a8c00f5e5f1f3c3f0 (patch) | |
tree | c6943277ca5f5e74f1a992ca7f9a4e1b9e389a0c /test | |
parent | 9b825f6f63763f6989162b3c03a2fedda4150d0d (diff) | |
download | hdf5-ccca207708e390fcf502a69a8c00f5e5f1f3c3f0.zip hdf5-ccca207708e390fcf502a69a8c00f5e5f1f3c3f0.tar.gz hdf5-ccca207708e390fcf502a69a8c00f5e5f1f3c3f0.tar.bz2 |
[svn-r2142] Re-added titerate.c to makefile...
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 5d11b48..f78fe78 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -56,8 +56,8 @@ CLEAN=$(TIMINGS) TEST_SRC=big.c bittests.c chunk.c cmpd_dset.c dsets.c dtypes.c extend.c \ external.c fillval.c flush1.c flush2.c gheap.c h5test.c hyperslab.c \ iopipe.c istore.c lheap.c links.c mount.c mtime.c ohdr.c overhead.c \ - ragged.c stab.c tattr.c testhdf5.c tfile.c th5s.c tmeta.c trefer.c \ - tselect.c tvltypes.c tvlstr.c unlink.c enum.c gass_write.c \ + ragged.c stab.c tattr.c testhdf5.c tfile.c th5s.c titerate.c tmeta.c \ + trefer.c tselect.c tvltypes.c tvlstr.c unlink.c enum.c gass_write.c \ gass_read.c gass_append.c dpss_read.c dpss_write.c srb_read.c \ srb_write.c srb_append.c |