summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testpar/Makefile.am2
-rw-r--r--testpar/Makefile.in7
2 files changed, 4 insertions, 5 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index b100ea2..1adaa25 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -24,7 +24,7 @@ INCLUDES=-I$(top_srcdir)/src -I$(top_srcdir)/test
# Test programs and scripts. These are our main targets.
#
-TEST_PROG_PARA=t_cache t_mpi t_posix_compliant t_fphdf5 testphdf5
+TEST_PROG_PARA=t_mpi t_posix_compliant t_fphdf5 testphdf5 t_cache
TEST_SCRIPT_PARA=testph5.sh
check_PROGRAMS = $(TEST_PROG_PARA)
diff --git a/testpar/Makefile.in b/testpar/Makefile.in
index 955cb18..8f7c7f6 100644
--- a/testpar/Makefile.in
+++ b/testpar/Makefile.in
@@ -65,9 +65,8 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
mkinstalldirs = $(SHELL) $(top_srcdir)/bin/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/src/H5config.h
CONFIG_CLEAN_FILES = testph5.sh
-am__EXEEXT_1 = t_cache$(EXEEXT) t_mpi$(EXEEXT) \
- t_posix_compliant$(EXEEXT) t_fphdf5$(EXEEXT) \
- testphdf5$(EXEEXT)
+am__EXEEXT_1 = t_mpi$(EXEEXT) t_posix_compliant$(EXEEXT) \
+ t_fphdf5$(EXEEXT) testphdf5$(EXEEXT) t_cache$(EXEEXT)
t_cache_SOURCES = t_cache.c
t_cache_OBJECTS = t_cache.$(OBJEXT)
t_cache_LDADD = $(LDADD)
@@ -357,7 +356,7 @@ INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/test
# Test programs and scripts. These are our main targets.
#
-TEST_PROG_PARA = t_cache t_mpi t_posix_compliant t_fphdf5 testphdf5
+TEST_PROG_PARA = t_mpi t_posix_compliant t_fphdf5 testphdf5 t_cache
TEST_SCRIPT_PARA = testph5.sh
check_SCRIPTS = $(TEST_SCRIPT)
testphdf5_SOURCES = testphdf5.c t_dset.c t_file.c t_mdset.c t_ph5basic.c \