summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-05-08 23:09:09 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-05-08 23:09:09 (GMT)
commit04152995a9dbeed0bb4def400456bf3a9118d9aa (patch)
treed686863f122d6b0364afb1239e4aa346baf5db8e /test/Makefile.in
parentcf6470e7f0ddb439a77382136a708131f3255471 (diff)
downloadhdf5-04152995a9dbeed0bb4def400456bf3a9118d9aa.zip
hdf5-04152995a9dbeed0bb4def400456bf3a9118d9aa.tar.gz
hdf5-04152995a9dbeed0bb4def400456bf3a9118d9aa.tar.bz2
[svn-r2222] Added TBBT testing code.
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 f78fe78..2f0912d 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -57,9 +57,9 @@ TEST_SRC=big.c bittests.c chunk.c cmpd_dset.c dsets.c dtypes.c extend.c \
external.c fillval.c flush1.c flush2.c gheap.c h5test.c hyperslab.c \
iopipe.c istore.c lheap.c links.c mount.c mtime.c ohdr.c overhead.c \
ragged.c stab.c tattr.c testhdf5.c tfile.c th5s.c titerate.c tmeta.c \
- trefer.c tselect.c tvltypes.c tvlstr.c unlink.c enum.c gass_write.c \
- gass_read.c gass_append.c dpss_read.c dpss_write.c srb_read.c \
- srb_write.c srb_append.c
+ trefer.c tselect.c ttbbt.c tvltypes.c tvlstr.c unlink.c enum.c \
+ gass_write.c gass_read.c gass_append.c dpss_read.c dpss_write.c \
+ srb_read.c srb_write.c srb_append.c
TEST_OBJ=$(TEST_SRC:.c=.lo)
@@ -78,7 +78,7 @@ timings _timings: $(TIMINGS)
## How to build the tests... They all depend on the test and hdf5 libraries.
$(TEST_PROGS): $(LIB) $(LIBHDF5)
-TESTHDF5_OBJ=testhdf5.lo tattr.lo tfile.lo titerate.lo tmeta.lo trefer.lo tselect.lo tvltypes.lo tvlstr.lo th5s.lo
+TESTHDF5_OBJ=testhdf5.lo tattr.lo tfile.lo titerate.lo tmeta.lo trefer.lo tselect.lo ttbbt.lo tvltypes.lo tvlstr.lo th5s.lo
testhdf5: $(TESTHDF5_OBJ)
@$(LT_LINK_EXE) $(CFLAGS) -o $@ $(TESTHDF5_OBJ) $(LIB) $(LIBHDF5) $(LDFLAGS) $(LIBS)