-
- Downloads
vtkTestingMacros: Generalize add_test_(python|tcl)
Teach add_test_(python|tcl) to parse explicit NO_DATA, NO_RT, NO_VALID, and NO_OUTPUT keyword options for tests that do not need VTK_DATA_ROOT or do not use a valid baseline image. Factor add_test_python1 into add_test_python and distinguish them with the NO_RT keyword argument. Update call sites to produce identical test command lines before and after this change. Change-Id: I09f874b26aab409e55e7aa6f92412314540dbb85
Showing
- CMake/vtkTestingMacros.cmake 113 additions, 81 deletionsCMake/vtkTestingMacros.cmake
- Common/ComputationalGeometry/Testing/Python/CMakeLists.txt 1 addition, 1 deletionCommon/ComputationalGeometry/Testing/Python/CMakeLists.txt
- Common/DataModel/Testing/Python/CMakeLists.txt 5 additions, 5 deletionsCommon/DataModel/Testing/Python/CMakeLists.txt
- Filters/Core/Testing/Python/CMakeLists.txt 10 additions, 10 deletionsFilters/Core/Testing/Python/CMakeLists.txt
- Filters/General/Testing/Python/CMakeLists.txt 2 additions, 2 deletionsFilters/General/Testing/Python/CMakeLists.txt
- Filters/Hybrid/Testing/Python/CMakeLists.txt 1 addition, 1 deletionFilters/Hybrid/Testing/Python/CMakeLists.txt
- Filters/Modeling/Testing/Python/CMakeLists.txt 4 additions, 4 deletionsFilters/Modeling/Testing/Python/CMakeLists.txt
- Filters/Sources/Testing/Python/CMakeLists.txt 1 addition, 1 deletionFilters/Sources/Testing/Python/CMakeLists.txt
- Filters/Verdict/Testing/Python/CMakeLists.txt 1 addition, 1 deletionFilters/Verdict/Testing/Python/CMakeLists.txt
- IO/Core/Testing/Python/CMakeLists.txt 2 additions, 2 deletionsIO/Core/Testing/Python/CMakeLists.txt
- IO/XML/Testing/Python/CMakeLists.txt 1 addition, 1 deletionIO/XML/Testing/Python/CMakeLists.txt
- Imaging/Core/Testing/Python/CMakeLists.txt 11 additions, 11 deletionsImaging/Core/Testing/Python/CMakeLists.txt
- Imaging/Core/Testing/Tcl/CMakeLists.txt 1 addition, 1 deletionImaging/Core/Testing/Tcl/CMakeLists.txt
- Interaction/Style/Testing/Python/CMakeLists.txt 6 additions, 6 deletionsInteraction/Style/Testing/Python/CMakeLists.txt
- Interaction/Widgets/Testing/Python/CMakeLists.txt 4 additions, 4 deletionsInteraction/Widgets/Testing/Python/CMakeLists.txt
- Rendering/Core/Testing/Python/CMakeLists.txt 2 additions, 2 deletionsRendering/Core/Testing/Python/CMakeLists.txt
- Rendering/OpenGL/Testing/Python/CMakeLists.txt 1 addition, 1 deletionRendering/OpenGL/Testing/Python/CMakeLists.txt
- Rendering/Volume/Testing/Python/CMakeLists.txt 5 additions, 5 deletionsRendering/Volume/Testing/Python/CMakeLists.txt
Loading
Please register or sign in to comment