diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-12 15:33:07 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-09-12 15:33:07 (GMT) |
commit | 6f6d45e894cfe9f184019fc8a91467f3a9dcabf7 (patch) | |
tree | 7f4e53feb5d06da1770742bd718e6353f3dae55a /test/Makefile.in | |
parent | 08b00d7bfee352356b0e458c602682b54e47d880 (diff) | |
download | hdf5-6f6d45e894cfe9f184019fc8a91467f3a9dcabf7.zip hdf5-6f6d45e894cfe9f184019fc8a91467f3a9dcabf7.tar.gz hdf5-6f6d45e894cfe9f184019fc8a91467f3a9dcabf7.tar.bz2 |
[svn-r74] Added rudimentary dataset testing code. More coming later today...
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 7b47bb7..339ebc3 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -14,7 +14,7 @@ PROGS=testhdf5 TESTS=$(PROGS) # Source and object files for programs... -PROG_SRC=testhdf5.c tfile.c theap.c tmeta.c tohdr.c tstab.c th5t.c th5p.c +PROG_SRC=testhdf5.c tfile.c theap.c tmeta.c tohdr.c tstab.c th5t.c th5p.c th5d.c PROG_OBJ=$(PROG_SRC:.c=.o) # Private header files (not to be installed)... |