diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-29 23:19:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-29 23:19:22 (GMT) |
commit | 064648a1f6c43e36da540ca28136b72bd038084e (patch) | |
tree | 511c515642d54414695d5e5a957422432822a50e /test/Makefile.in | |
parent | 38a47455632a9845c5ddce1462e541e46c308cdc (diff) | |
download | hdf5-064648a1f6c43e36da540ca28136b72bd038084e.zip hdf5-064648a1f6c43e36da540ca28136b72bd038084e.tar.gz hdf5-064648a1f6c43e36da540ca28136b72bd038084e.tar.bz2 |
[svn-r59] Added [basic] testing for H5T interface, which appears to be working well.
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 b40849e..4220624 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -13,7 +13,7 @@ CPPFLAGS=-I. -I../src @CPPFLAGS@ PROGS=testhdf5 # Source and object files for programs... -PROG_SRC=testhdf5.c tfile.c theap.c tmeta.c tohdr.c tstab.c +PROG_SRC=testhdf5.c tfile.c theap.c tmeta.c tohdr.c tstab.c th5t.c PROG_OBJ=$(PROG_SRC:.c=.o) # Private header files (not to be installed)... |