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 | |
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')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index c1a15bf..9de43c7 100644 --- a/test/Makefile +++ b/test/Makefile @@ -110,7 +110,7 @@ CPPFLAGS=-I. -I../src 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)... |