summaryrefslogtreecommitdiffstats
path: root/test/CMakeTests.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-13 15:26:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-13 15:26:43 (GMT)
commitac4f82fcd42758c9f3fa792b402600fe0d224c76 (patch)
tree6b7a8aeb842be6913448418a902d4cb7131331b1 /test/CMakeTests.cmake
parenta7281b117c6ddc7ffd1e0b31f4ceff14d129c875 (diff)
downloadhdf5-ac4f82fcd42758c9f3fa792b402600fe0d224c76.zip
hdf5-ac4f82fcd42758c9f3fa792b402600fe0d224c76.tar.gz
hdf5-ac4f82fcd42758c9f3fa792b402600fe0d224c76.tar.bz2
Remove old code
Diffstat (limited to 'test/CMakeTests.cmake')
-rw-r--r--test/CMakeTests.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/CMakeTests.cmake b/test/CMakeTests.cmake
index 9eaf2c3..f763897 100644
--- a/test/CMakeTests.cmake
+++ b/test/CMakeTests.cmake
@@ -813,11 +813,6 @@ if (HDF5_USE_16_API_DEFAULT OR MINGW)
ENVIRONMENT "srcdir=${HDF5_TEST_BINARY_DIR}/H5TEST;HDF5_PLUGIN_PRELOAD=::"
WORKING_DIRECTORY ${HDF5_TEST_BINARY_DIR}/H5TEST
)
-# add_test (
-# NAME H5TEST-error_test
-# COMMAND ${CMAKE_COMMAND} -E echo "SKIP $<TARGET_FILE:error_test>"
-# )
-# set_property(TEST H5TEST-error_test PROPERTY DISABLED)
else ()
add_test (NAME H5TEST-error_test COMMAND "${CMAKE_COMMAND}"
-D "TEST_EMULATOR=${CMAKE_CROSSCOMPILING_EMULATOR}"