From 9f37f39b24d23e8960b0dc7745fcbe3613292caa Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 7 Jul 2005 16:28:59 -0500 Subject: [svn-r11047] Purpose: Bug fix Description: Add dependency of flush2 test on flush1 test Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest --- test/Makefile.am | 3 +++ test/Makefile.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/test/Makefile.am b/test/Makefile.am index 55e6537..eb53695 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -71,6 +71,9 @@ timings _timings: testmeta done; +# The flush1 test must run before the flush2 test +flush2.chkexe_: flush1.chkexe_ + # Temporary files. These files are the ones created by setting the # HDF5_NOCLEANUP environment variable and running `make test' without # specifying a file prefix or low-level driver. Changing the file diff --git a/test/Makefile.in b/test/Makefile.in index 21a3ae4..54ec422 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1040,6 +1040,9 @@ timings _timings: testmeta fi; \ done; +# The flush1 test must run before the flush2 test +flush2.chkexe_: flush1.chkexe_ + # lib/progs/tests targets recurse into subdirectories. build-* targets # build files in this directory. build-lib: $(LIB) -- cgit v0.12