diff options
-rw-r--r-- | test/Makefile.am | 3 | ||||
-rw-r--r-- | test/Makefile.in | 3 |
2 files changed, 6 insertions, 0 deletions
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) |