summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.am
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2017-08-03 16:56:05 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2017-08-03 16:56:05 (GMT)
commit6abd4e9d1675b211c91be32010e4abca30a7fd8a (patch)
tree3bfb379ec6f670a46aea84affc69fceed0f574c1 /testpar/Makefile.am
parent50c4bc883500846f58ec1c8f55d57eef2b3f147b (diff)
downloadhdf5-6abd4e9d1675b211c91be32010e4abca30a7fd8a.zip
hdf5-6abd4e9d1675b211c91be32010e4abca30a7fd8a.tar.gz
hdf5-6abd4e9d1675b211c91be32010e4abca30a7fd8a.tar.bz2
Move test files to testpar directory
Diffstat (limited to 'testpar/Makefile.am')
-rw-r--r--testpar/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/Makefile.am b/testpar/Makefile.am
index b87c1df..90bdd04 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 testphdf5 t_cache t_cache_image t_pflush1 t_pflush2 t_pshutdown t_prestart t_init_term t_shapesame t_filters_parallel
check_PROGRAMS = $(TEST_PROG_PARA)