From 991996b25122ff010b9af1bbb6cc05be491ce038 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Fri, 21 Dec 2018 12:22:32 -0600 Subject: Remove unused CMake files --- MANIFEST | 3 -- c++/test/CMakeTests.cmake | 10 ------ c++/test/CMakeVOLTests.cmake | 19 ------------ testpar/CMakeTests.cmake | 10 ------ testpar/CMakeVOLTests.cmake | 19 ------------ tools/test/h5repack/CMakeTests.cmake | 10 ------ tools/test/h5repack/CMakeVOLTests.cmake | 55 --------------------------------- 7 files changed, 126 deletions(-) delete mode 100644 c++/test/CMakeVOLTests.cmake delete mode 100644 testpar/CMakeVOLTests.cmake delete mode 100644 tools/test/h5repack/CMakeVOLTests.cmake diff --git a/MANIFEST b/MANIFEST index 01e0e20..4bc4b19 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3249,7 +3249,6 @@ ./c++/test/CMakeLists.txt ./c++/test/CMakeTests.cmake ./c++/test/CMakeVFDTests.cmake -./c++/test/CMakeVOLTests.cmake ./examples/CMakeLists.txt ./examples/CMakeTests.cmake ./examples/run-all-ex.sh @@ -3295,7 +3294,6 @@ ./testpar/CMakeLists.txt ./testpar/CMakeTests.cmake ./testpar/CMakeVFDTests.cmake -./testpar/CMakeVOLTests.cmake ./tools/CMakeLists.txt ./tools/lib/CMakeLists.txt ./tools/src/CMakeLists.txt @@ -3329,7 +3327,6 @@ ./tools/test/h5repack/CMakeLists.txt ./tools/test/h5repack/CMakeTests.cmake ./tools/test/h5repack/CMakeVFDTests.cmake -./tools/test/h5repack/CMakeVOLTests.cmake ./tools/src/h5stat/CMakeLists.txt ./tools/test/h5stat/CMakeLists.txt ./tools/test/h5stat/CMakeTests.cmake diff --git a/c++/test/CMakeTests.cmake b/c++/test/CMakeTests.cmake index a1c07f7..02bff3e 100644 --- a/c++/test/CMakeTests.cmake +++ b/c++/test/CMakeTests.cmake @@ -56,13 +56,3 @@ set_tests_properties (CPP_testhdf5 PROPERTIES DEPENDS CPP_testhdf5-clear-objects if (HDF5_TEST_VFD) include (CMakeVFDTests.cmake) endif () - -############################################################################## -############################################################################## -### V O L T E S T S ### -############################################################################## -############################################################################## - -if (HDF5_TEST_VOL) - include (CMakeVOLTests.cmake) -endif () diff --git a/c++/test/CMakeVOLTests.cmake b/c++/test/CMakeVOLTests.cmake deleted file mode 100644 index be3ecc2..0000000 --- a/c++/test/CMakeVOLTests.cmake +++ /dev/null @@ -1,19 +0,0 @@ -# -# Copyright by The HDF Group. -# All rights reserved. -# -# This file is part of HDF5. The full HDF5 copyright notice, including -# terms governing use, modification, and redistribution, is contained in -# the COPYING file, which can be found at the root of the source code -# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. -# If you do not have access to either file, you may request a copy from -# help@hdfgroup.org. -# - -############################################################################## -############################################################################## -### T E S T I N G ### -############################################################################## -############################################################################## - set (VOL_LIST - ) diff --git a/testpar/CMakeTests.cmake b/testpar/CMakeTests.cmake index 5f668cd..dffb813 100644 --- a/testpar/CMakeTests.cmake +++ b/testpar/CMakeTests.cmake @@ -36,13 +36,3 @@ set_tests_properties (TEST_PAR_t_pflush2 PROPERTIES DEPENDS TEST_PAR_t_pflush1) if (HDF5_TEST_VFD) include (CMakeVFDTests.cmake) endif () - -############################################################################## -############################################################################## -### V O L T E S T S ### -############################################################################## -############################################################################## - -if (HDF5_TEST_VOL) - include (CMakeVOLTests.cmake) -endif () diff --git a/testpar/CMakeVOLTests.cmake b/testpar/CMakeVOLTests.cmake deleted file mode 100644 index be3ecc2..0000000 --- a/testpar/CMakeVOLTests.cmake +++ /dev/null @@ -1,19 +0,0 @@ -# -# Copyright by The HDF Group. -# All rights reserved. -# -# This file is part of HDF5. The full HDF5 copyright notice, including -# terms governing use, modification, and redistribution, is contained in -# the COPYING file, which can be found at the root of the source code -# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. -# If you do not have access to either file, you may request a copy from -# help@hdfgroup.org. -# - -############################################################################## -############################################################################## -### T E S T I N G ### -############################################################################## -############################################################################## - set (VOL_LIST - ) diff --git a/tools/test/h5repack/CMakeTests.cmake b/tools/test/h5repack/CMakeTests.cmake index d48f188..c2a2be7 100644 --- a/tools/test/h5repack/CMakeTests.cmake +++ b/tools/test/h5repack/CMakeTests.cmake @@ -1435,13 +1435,3 @@ endif () if (HDF5_TEST_VFD) include (CMakeVFDTests.cmake) endif () - -############################################################################## -############################################################################## -### V O L T E S T S ### -############################################################################## -############################################################################## - -if (HDF5_TEST_VOL) - include (CMakeVOLTests.cmake) -endif () diff --git a/tools/test/h5repack/CMakeVOLTests.cmake b/tools/test/h5repack/CMakeVOLTests.cmake deleted file mode 100644 index da19d59..0000000 --- a/tools/test/h5repack/CMakeVOLTests.cmake +++ /dev/null @@ -1,55 +0,0 @@ -# -# Copyright by The HDF Group. -# All rights reserved. -# -# This file is part of HDF5. The full HDF5 copyright notice, including -# terms governing use, modification, and redistribution, is contained in -# the COPYING file, which can be found at the root of the source code -# distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. -# If you do not have access to either file, you may request a copy from -# help@hdfgroup.org. -# - -############################################################################## -############################################################################## -### T E S T I N G ### -############################################################################## -############################################################################## - - set (VOL_LIST - ) - -############################################################################## -############################################################################## -### T H E T E S T S M A C R O S ### -############################################################################## -############################################################################## - - macro (ADD_VOL_TEST volname resultcode) - add_test ( - NAME H5REPACK-VOL-${volname}-h5repacktest - COMMAND "${CMAKE_COMMAND}" - -D "TEST_PROGRAM=$" - -D "TEST_ARGS:STRING=" - -D "TEST_VFD:STRING=${volname}" - -D "TEST_EXPECT=${resultcode}" - -D "TEST_OUTPUT=h5repacktest" - -D "TEST_FOLDER=${PROJECT_BINARY_DIR}" - -P "${HDF_RESOURCES_DIR}/volTest.cmake" - ) - if (NOT "${last_test}" STREQUAL "") - set_tests_properties (H5REPACK-VOL-${volname}-h5repacktest PROPERTIES DEPENDS ${last_test}) - endif () - set (last_test "H5REPACK-VOL-${volname}-h5repacktest") - endmacro () - -############################################################################## -############################################################################## -### T H E T E S T S ### -############################################################################## -############################################################################## - - # Run test with different VOL -# foreach (vol ${VOL_LIST}) -# ADD_VOL_TEST (${vol} 0) -# endforeach () -- cgit v0.12