summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-09-04 13:03:31 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-09-04 13:03:31 (GMT)
commite58abf2a422e81bb49f315f4d9b014bbc63ad03a (patch)
tree3ee90465c1e4d48fb4ec596b04a8042d966e2dbf /test/Makefile.in
parent39fc82dfb4480858b0e80bbc549ef1b268a6e4c0 (diff)
downloadhdf5-e58abf2a422e81bb49f315f4d9b014bbc63ad03a.zip
hdf5-e58abf2a422e81bb49f315f4d9b014bbc63ad03a.tar.gz
hdf5-e58abf2a422e81bb49f315f4d9b014bbc63ad03a.tar.bz2
[svn-r69] Added basic H5P test code, which seems to be working correctly.
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index cec4a0a..7b47bb7 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
+PROG_SRC=testhdf5.c tfile.c theap.c tmeta.c tohdr.c tstab.c th5t.c th5p.c
PROG_OBJ=$(PROG_SRC:.c=.o)
# Private header files (not to be installed)...