summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorRichard Warren <richard.warren@hdfgroup.org>2017-09-20 14:54:47 (GMT)
committerRichard Warren <richard.warren@hdfgroup.org>2017-09-20 14:54:47 (GMT)
commit2822d9c9fb6c13dccdc6e391aebc249db08ca523 (patch)
treee23c30f5a74b42a1d812016a56ccd0056c2ae370 /testpar
parent1fb339af6ece85f973c84cde95569b85a2fa70fb (diff)
downloadhdf5-2822d9c9fb6c13dccdc6e391aebc249db08ca523.zip
hdf5-2822d9c9fb6c13dccdc6e391aebc249db08ca523.tar.gz
hdf5-2822d9c9fb6c13dccdc6e391aebc249db08ca523.tar.bz2
Merge candidate for the 1_10 branch
Diffstat (limited to 'testpar')
-rw-r--r--testpar/CMakeLists.txt1
-rw-r--r--testpar/Makefile.am2
2 files changed, 2 insertions, 1 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt
index 298d326..e994b65 100644
--- a/testpar/CMakeLists.txt
+++ b/testpar/CMakeLists.txt
@@ -43,6 +43,7 @@ ENDMACRO (ADD_H5P_EXE file)
set (H5P_TESTS
t_mpi
+ t_bigio
t_cache
t_pflush1
t_pflush2
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index b87c1df..7029bd5 100644
--- a/testpar/Makefile.am
+++ b/testpar/Makefile.am
@@ -23,7 +23,7 @@ AM_CPPFLAGS+=-I$(top_srcdir)/src -I$(top_srcdir)/test
# Test programs. These are our main targets.
#
-TEST_PROG_PARA=t_mpi testphdf5 t_cache t_cache_image t_pflush1 t_pflush2 t_pshutdown t_prestart t_init_term t_shapesame
+TEST_PROG_PARA=t_mpi t_bigio testphdf5 t_cache t_cache_image t_pflush1 t_pflush2 t_pshutdown t_prestart t_init_term t_shapesame
check_PROGRAMS = $(TEST_PROG_PARA)