Skip to content

Commit 9db69ee

Browse files
committedFeb 2, 2017
testing: label all paraview module tests with PARAVIEW
The buildbot infrastructure only runs tests with the `PARAVIEW` (and some other) labels, so these modules have been effectively untested under buildbot.
1 parent 42aaf02 commit 9db69ee

File tree

10 files changed

+32
-6
lines changed

10 files changed

+32
-6
lines changed
 

‎CoProcessing/TestDriver/module.cmake

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
vtk_module(vtkPVCatalystTestDriver
22
DEPENDS
3-
vtkPVCatalyst)
3+
vtkPVCatalyst
4+
TEST_LABELS
5+
PARAVIEW
6+
)

‎ParaViewCore/VTKExtensions/Core/module.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ vtk_module(vtkPVVTKExtensionsCore
77
vtkPVCommon
88
PRIVATE_DEPENDS
99
vtksys
10+
TEST_LABELS
11+
PARAVIEW
1012
KIT
1113
vtkPVExtensions
1214
)

‎ParaViewCore/VTKExtensions/CosmoTools/module.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ vtk_module(vtkPVVTKExtensionsCosmoTools
1111
vtkCosmoHaloFinder
1212
KIT
1313
vtkPVExtensions
14+
TEST_LABELS
15+
PARAVIEW
1416
TEST_DEPENDS
1517
vtkTestingCore
1618
vtkTestingRendering

‎ParaViewCore/VTKExtensions/Default/module.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ vtk_module(vtkPVVTKExtensionsDefault
2828
vtksys
2929
vtkChartsCore
3030
vtkIOPLY
31+
TEST_LABELS
32+
PARAVIEW
3133
KIT
3234
vtkPVExtensions
3335
)

‎ParaViewCore/VTKExtensions/Points/module.cmake

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ vtk_module(vtkPVVTKExtensionsPoints
33
vtkFiltersPoints
44
PRIVATE_DEPENDS
55
vtkFiltersCore
6+
TEST_LABELS
7+
PARAVIEW
68
KIT
79
vtkPVExtensions
810
)

‎Utilities/ColorSeriesToXML/module.cmake

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ vtk_module(vtkUtilitiesColorSeriesToXML
33
vtkCommonCore
44
vtkCommonExecutionModel
55
vtkCommonColor
6-
EXCLUDE_FROM_WRAPPING)
6+
EXCLUDE_FROM_WRAPPING
7+
TEST_LABELS
8+
PARAVIEW
9+
)

‎Utilities/ProcessXML/module.cmake

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,7 @@ vtk_module(vtkUtilitiesProcessXML
22
DEPENDS
33
vtkCommonCore
44
vtksys
5-
EXCLUDE_FROM_WRAPPING)
5+
EXCLUDE_FROM_WRAPPING
6+
TEST_LABELS
7+
PARAVIEW
8+
)

‎Utilities/TestDriver/module.cmake

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ vtk_module(smTestDriver
44
DEPENDS
55
vtksys
66
vtkCommonCore
7-
EXCLUDE_FROM_WRAPPING)
7+
EXCLUDE_FROM_WRAPPING
8+
TEST_LABELS
9+
PARAVIEW
10+
)

‎Web/Python/module.cmake

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
vtk_module(vtkParaViewWebPython
22
DEPENDS
33
AutobahnPython
4-
EXCLUDE_FROM_WRAPPING)
4+
EXCLUDE_FROM_WRAPPING
5+
TEST_LABELS
6+
PARAVIEW
7+
)

‎Web/module.cmake

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ vtk_module(vtkParaViewWeb
55
vtkWebGLExporter
66
vtkParaViewWebCore
77
vtkParaViewWebPython
8-
EXCLUDE_FROM_WRAPPING)
8+
EXCLUDE_FROM_WRAPPING
9+
TEST_LABELS
10+
PARAVIEW
11+
)

0 commit comments

Comments
 (0)
Please sign in to comment.