summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorH. Joe Lee <hyoklee@hdfgroup.org>2022-09-07 22:12:19 (GMT)
committerGitHub <noreply@github.com>2022-09-07 22:12:19 (GMT)
commit2d4a96b32cb6a4d3bf5886d63db84f9af51e1f44 (patch)
tree3a7adc436090356c5f7318c4b69f199c03dc0925 /examples
parentecc687c4ff047af7a64f912042542c3bf4726de3 (diff)
downloadhdf5-2d4a96b32cb6a4d3bf5886d63db84f9af51e1f44.zip
hdf5-2d4a96b32cb6a4d3bf5886d63db84f9af51e1f44.tar.gz
hdf5-2d4a96b32cb6a4d3bf5886d63db84f9af51e1f44.tar.bz2
Change `test` to `example`. (#2087)
* Remove the commented line.
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeTests.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/CMakeTests.cmake b/examples/CMakeTests.cmake
index aa79756..e3552a2 100644
--- a/examples/CMakeTests.cmake
+++ b/examples/CMakeTests.cmake
@@ -99,7 +99,6 @@ if (HDF5_TEST_SERIAL)
-D "TEST_EXPECT=0"
-D "TEST_SKIP_COMPARE=TRUE"
-D "TEST_OUTPUT=${example}.txt"
- #-D "TEST_REFERENCE=${example}.out"
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
-P "${HDF_RESOURCES_DIR}/runTest.cmake"
)
@@ -129,7 +128,6 @@ if (H5_HAVE_PARALLEL AND HDF5_TEST_PARALLEL AND NOT WIN32)
-D "TEST_SKIP_COMPARE=TRUE"
-D "TEST_OUTPUT=${parallel_example}.out"
-D "TEST_REFERENCE:STRING=PHDF5 example finished with no errors"
- #-D "TEST_FILTER:STRING=PHDF5 tests finished with no errors"
-D "TEST_FOLDER=${PROJECT_BINARY_DIR}"
-P "${HDF_RESOURCES_DIR}/grepTest.cmake"
)