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
0d8965ad
Commit
0d8965ad
authored
Jan 01, 2004
by
Ken Martin
Browse files
minor fix to MHD test
parent
02a76389
Changes
1
Hide whitespace changes
Inline
Side-by-side
IO/Testing/Tcl/CMakeLists.txt
View file @
0d8965ad
...
...
@@ -19,7 +19,6 @@ IF (VTK_USE_RENDERING)
gaussian
caffeine
TestXYZMol
TestMHD
)
ADD_TEST
(
${
tfile
}
-image
${
VTK_EXECUTABLE
}
${
VTK_SOURCE_DIR
}
/Common/Testing/Tcl/rtImageTest.tcl
...
...
@@ -36,6 +35,16 @@ IF (VTK_USE_RENDERING)
ENDIF
(
VTK_USE_RENDERING
)
# if we have parallel then add TestMHD
IF
(
VTK_USE_PARALLEL
)
ADD_TEST
(
TestMHD-image
${
VTK_EXECUTABLE
}
${
VTK_SOURCE_DIR
}
/Common/Testing/Tcl/rtImageTest.tcl
${
VTK_SOURCE_DIR
}
/IO/Testing/Tcl/TestMHD.tcl
-D
${
VTK_DATA_ROOT
}
-V Baseline/IO/TestMHD.png
-A
${
VTK_SOURCE_DIR
}
/Wrapping/Tcl
)
ENDIF
(
VTK_USE_PARALLEL
)
ADD_TEST
(
TestEmptyXML
${
VTK_EXECUTABLE
}
${
VTK_SOURCE_DIR
}
/IO/Testing/Tcl/TestEmptyXML.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