From 998991d13d8db9219c3f115c9565b0e3ea994690 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Fri, 18 Jun 1999 15:17:12 -0500 Subject: [svn-r1365] Examples were listed in the wrong order on the TEST_PROGS line. make check was failing. Fixed. Tested on Solaris 2.7 ( baldric ) --- examples/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/Makefile.in b/examples/Makefile.in index e3842bb..ababc4f 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -16,8 +16,8 @@ LIBHDF5=../src/libhdf5.la # These are the programs that `make all' or `make tests' will build and which # `make check' will run. List them in the order they should be run. -TEST_PROGS=h5_chunk_read h5_compound h5_extend_write h5_group h5_write \ - h5_read h5_select h5_attribute +TEST_PROGS= h5_write h5_read h5_extend_write h5_chunk_read h5_compound \ + h5_group h5_select h5_attribute # These are the files that `make clean' (and derivatives) will remove from # this directory. -- cgit v0.12