diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-11-30 04:40:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-11-30 04:40:45 (GMT) |
commit | 19942d7c01ab5437e3d90b2ca4f707683eb9cbd3 (patch) | |
tree | db2a1df11c4863fa19890510abefe7efac546edf /hl | |
parent | d5b0db14a939d07aa220216b1698c9ddc9cc7430 (diff) | |
download | hdf5-19942d7c01ab5437e3d90b2ca4f707683eb9cbd3.zip hdf5-19942d7c01ab5437e3d90b2ca4f707683eb9cbd3.tar.gz hdf5-19942d7c01ab5437e3d90b2ca4f707683eb9cbd3.tar.bz2 |
[svn-r9600] Purpose:
Bug fix
Description:
Make tests depend on HDF5 library as well as high-level library.
Platforms tested:
FreeBSD 4.10 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'hl')
-rw-r--r-- | hl/test/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/Makefile.in b/hl/test/Makefile.in index 5ab6f4a..99310a6 100644 --- a/hl/test/Makefile.in +++ b/hl/test/Makefile.in @@ -51,7 +51,7 @@ PRIVATE_HDR= ## How to build the tests... They all depend on the hdf5_hl and hdf5 ## libraries. -$(TEST_PROGS): $(LIBHDF5_HL) +$(TEST_PROGS): $(LIBHDF5_HL) $(LIBHDF5) test_lite: test_lite.lo @$(LT_LINK_EXE) $(CFLAGS) -o $@ test_lite.lo $(LIBHDF5_HL) $(LIBHDF5) $(LDFLAGS) $(LIBS) |