Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
cfb44079
Commit
cfb44079
authored
Aug 31, 2005
by
Andy Cedilnik
Browse files
ENH: Some tests are failing under off screen. Disable them
parent
d86dd242
Changes
2
Hide whitespace changes
Inline
Side-by-side
Rendering/Testing/Python/CMakeLists.txt
View file @
cfb44079
...
...
@@ -50,14 +50,16 @@ IF (VTK_USE_RENDERING AND VTK_USE_DISPLAY)
TestFlyTo
TestOnePoint
TestParallelCoordinates
#TestStyleTerrain -- file source
TestTiling
TestTriangleStripCellColor
)
SET
(
tests
${
tests
}
#TestStyleJoystickActor --file source
#TestStyleJoystickCamera
TestStyleRubberBandZoom
#TestStyleTerrain -- file source
#TestStyleTrackballActor -- file source
#TestStyleTrackballCamera -- file source
TestTiling
TestTriangleStripCellColor
)
CONVERT_TCL_TEST_TO_PY
(
tests
...
...
Rendering/Testing/Tcl/CMakeLists.txt
View file @
cfb44079
...
...
@@ -4,7 +4,7 @@ IF (VTK_USE_RENDERING AND VTK_USE_DISPLAY)
# Add tests, with the data
#
IF
(
VTK_DATA_ROOT
)
FOREACH
(
tfile
SET
(
tests
assembly
CamBlur
cells
...
...
@@ -21,15 +21,20 @@ IF (VTK_USE_RENDERING AND VTK_USE_DISPLAY)
TestFlyTo
TestOnePoint
TestParallelCoordinates
TestStyleJoystickActor
TestStyleJoystickCamera
TestStyleRubberBandZoom
TestStyleTerrain
TestStyleTrackballActor
TestStyleTrackballCamera
TestTiling
TestTriangleStripCellColor
)
IF
(
VTK_USE_TK
)
SET
(
tests
${
tests
}
TestStyleJoystickActor
TestStyleJoystickCamera
TestStyleRubberBandZoom
TestStyleTrackballActor
TestStyleTrackballCamera
)
ENDIF
(
VTK_USE_TK
)
FOREACH
(
tfile
${
tests
}
)
ADD_TEST
(
${
tfile
}
-image
${
VTK_EXECUTABLE
}
${
VTK_SOURCE_DIR
}
/Common/Testing/Tcl/rtImageTest.tcl
${
VTK_SOURCE_DIR
}
/Rendering/Testing/Tcl/
${
tfile
}
.tcl
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment