summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-04-23 22:24:52 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-04-23 22:24:52 (GMT)
commit5d3d452005302479a6ae034db2b384be26c8a542 (patch)
treeb9fe1bc8f1cd865d4ebbf3e76b8fdc2eb91bd142 /test/Makefile.in
parentca0a7c164e2e492d5c48d066bacf83a92e675c2e (diff)
downloadhdf5-5d3d452005302479a6ae034db2b384be26c8a542.zip
hdf5-5d3d452005302479a6ae034db2b384be26c8a542.tar.gz
hdf5-5d3d452005302479a6ae034db2b384be26c8a542.tar.bz2
[svn-r362] Added Attribute (H5A) test
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 55da8cd..aab4e6c 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -30,12 +30,12 @@ MOSTLYCLEAN=cmpd_dset.h5 dataset.h5 extend.h5 istore.h5 tfile1.h5 tfile2.h5 \
# source files and is used for things like dependencies, archiving, etc. The
# other source lists are for the individual tests, the files of which may
# overlap with other tests.
-PROG_SRC=testhdf5.c tfile.c theap.c tmeta.c tohdr.c tstab.c th5s.c dtypes.c \
- hyperslab.c istore.c dsets.c cmpd_dset.c extend.c external.c \
- iopipe.c gheap.c shtype.c big.c links.c
+PROG_SRC=testhdf5.c tattr.c tfile.c theap.c tmeta.c tohdr.c tstab.c th5s.c \
+ dtypes.c hyperslab.c istore.c dsets.c cmpd_dset.c extend.c external.c \
+ iopipe.c gheap.c shtype.c big.c links.c
PROG_OBJ=$(PROG_SRC:.c=.o)
-TESTHDF5_SRC=testhdf5.c tfile.c theap.c tmeta.c tohdr.c tstab.c th5s.c
+TESTHDF5_SRC=testhdf5.c tattr.c tfile.c theap.c tmeta.c tohdr.c tstab.c th5s.c
TESTHDF5_OBJ=$(TESTHDF5_SRC:.c=.o)
GHEAP_SRC=gheap.c