summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2017-09-15 18:44:26 (GMT)
committerJordan Henderson <jhenderson@hdfgroup.org>2017-09-15 18:44:26 (GMT)
commit46c4038fcb5af255d8784a1b58292273d38ac152 (patch)
treed782e1df48a1ea20119c20a7f421223624e7cef2
parent796711d27bbb889ff1f9252aef365720d485f4b9 (diff)
parentb61bb248cdf5ffe3c77a92dba99955390f028f12 (diff)
downloadhdf5-46c4038fcb5af255d8784a1b58292273d38ac152.zip
hdf5-46c4038fcb5af255d8784a1b58292273d38ac152.tar.gz
hdf5-46c4038fcb5af255d8784a1b58292273d38ac152.tar.bz2
Merge pull request #673 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to develop
* commit 'b61bb248cdf5ffe3c77a92dba99955390f028f12': Amend CMakeLists.txt to add t_filters_parallel to CMake
-rw-r--r--testpar/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt
index e994b65..39d23a9 100644
--- a/testpar/CMakeLists.txt
+++ b/testpar/CMakeLists.txt
@@ -51,6 +51,7 @@ set (H5P_TESTS
t_prestart
t_init_term
t_shapesame
+ t_filters_parallel
)
foreach (testp ${H5P_TESTS})