diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-01-27 05:23:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-01-27 05:23:11 (GMT) |
commit | f4bc9f929e9d7742540722bb19f009382c909d8f (patch) | |
tree | 5ca3f34d9c40254c7b68995197c189b40f279083 /test/Makefile.in | |
parent | 0a612f0a6133363cecf86afe7c872706a200876e (diff) | |
download | hdf5-f4bc9f929e9d7742540722bb19f009382c909d8f.zip hdf5-f4bc9f929e9d7742540722bb19f009382c909d8f.tar.gz hdf5-f4bc9f929e9d7742540722bb19f009382c909d8f.tar.bz2 |
[svn-r4869] Purpose:
Add regression tests
Description:
Added regression test for using a VL-datatype in two separate files.
Platforms tested:
FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 0dc0b2e..528329c 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -48,7 +48,8 @@ MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 extend.h5 istore.h5 tfile1.h5 tfile2.h5 \ tattr.h5 tselect.h5 mtime.h5 unlink.h5 \ fillval_[0-9].h5 fillval.raw mount_[0-9].h5 testmeta.h5 \ ttime.h5 trefer[12].h5 tvltypes.h5 tvlstr.h5 flush.h5 enum1.h5 \ - titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 tmisc.h5 + titerate.h5 ttsafe.h5 tarray1.h5 tgenprop.h5 tmisc.h5 tmisc2a.h5 \ + tmisc2b.h5 CLEAN=$(TIMINGS) ## Source and object files for programs... The TEST_SRC list contains all the |