File tree 10 files changed +32
-6
lines changed
ParaViewCore/VTKExtensions
10 files changed +32
-6
lines changed Original file line number Diff line number Diff line change 1
1
vtk_module(vtkPVCatalystTestDriver
2
2
DEPENDS
3
- vtkPVCatalyst)
3
+ vtkPVCatalyst
4
+ TEST_LABELS
5
+ PARAVIEW
6
+ )
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ vtk_module(vtkPVVTKExtensionsCore
7
7
vtkPVCommon
8
8
PRIVATE_DEPENDS
9
9
vtksys
10
+ TEST_LABELS
11
+ PARAVIEW
10
12
KIT
11
13
vtkPVExtensions
12
14
)
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ vtk_module(vtkPVVTKExtensionsCosmoTools
11
11
vtkCosmoHaloFinder
12
12
KIT
13
13
vtkPVExtensions
14
+ TEST_LABELS
15
+ PARAVIEW
14
16
TEST_DEPENDS
15
17
vtkTestingCore
16
18
vtkTestingRendering
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ vtk_module(vtkPVVTKExtensionsDefault
28
28
vtksys
29
29
vtkChartsCore
30
30
vtkIOPLY
31
+ TEST_LABELS
32
+ PARAVIEW
31
33
KIT
32
34
vtkPVExtensions
33
35
)
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ vtk_module(vtkPVVTKExtensionsPoints
3
3
vtkFiltersPoints
4
4
PRIVATE_DEPENDS
5
5
vtkFiltersCore
6
+ TEST_LABELS
7
+ PARAVIEW
6
8
KIT
7
9
vtkPVExtensions
8
10
)
Original file line number Diff line number Diff line change @@ -3,4 +3,7 @@ vtk_module(vtkUtilitiesColorSeriesToXML
3
3
vtkCommonCore
4
4
vtkCommonExecutionModel
5
5
vtkCommonColor
6
- EXCLUDE_FROM_WRAPPING)
6
+ EXCLUDE_FROM_WRAPPING
7
+ TEST_LABELS
8
+ PARAVIEW
9
+ )
Original file line number Diff line number Diff line change @@ -2,4 +2,7 @@ vtk_module(vtkUtilitiesProcessXML
2
2
DEPENDS
3
3
vtkCommonCore
4
4
vtksys
5
- EXCLUDE_FROM_WRAPPING)
5
+ EXCLUDE_FROM_WRAPPING
6
+ TEST_LABELS
7
+ PARAVIEW
8
+ )
Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ vtk_module(smTestDriver
4
4
DEPENDS
5
5
vtksys
6
6
vtkCommonCore
7
- EXCLUDE_FROM_WRAPPING)
7
+ EXCLUDE_FROM_WRAPPING
8
+ TEST_LABELS
9
+ PARAVIEW
10
+ )
Original file line number Diff line number Diff line change 1
1
vtk_module(vtkParaViewWebPython
2
2
DEPENDS
3
3
AutobahnPython
4
- EXCLUDE_FROM_WRAPPING)
4
+ EXCLUDE_FROM_WRAPPING
5
+ TEST_LABELS
6
+ PARAVIEW
7
+ )
Original file line number Diff line number Diff line change @@ -5,4 +5,7 @@ vtk_module(vtkParaViewWeb
5
5
vtkWebGLExporter
6
6
vtkParaViewWebCore
7
7
vtkParaViewWebPython
8
- EXCLUDE_FROM_WRAPPING)
8
+ EXCLUDE_FROM_WRAPPING
9
+ TEST_LABELS
10
+ PARAVIEW
11
+ )
You can’t perform that action at this time.
0 commit comments