summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.in4
1 files 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.