Cloned library of VTK-5.0.0 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
1.2 KiB

2 years ago
ADD_TEST(otherInterp ${VTK_EXECUTABLE}
${VTK_SOURCE_DIR}/Common/Testing/Tcl/otherInterp.tcl
-A ${VTK_SOURCE_DIR}/Wrapping/Tcl)
ADD_TEST(otherPrint ${VTK_EXECUTABLE}
${VTK_SOURCE_DIR}/Common/Testing/Tcl/otherPrint.tcl
-A ${VTK_SOURCE_DIR}/Wrapping/Tcl)
ADD_TEST(TestEmptyInput ${VTK_EXECUTABLE}
${VTK_SOURCE_DIR}/Common/Testing/Tcl/TestEmptyInput.tcl
-A ${VTK_SOURCE_DIR}/Wrapping/Tcl)
ADD_TEST(TestSetGet ${VTK_EXECUTABLE}
${VTK_SOURCE_DIR}/Common/Testing/Tcl/TestSetGet.tcl
-A ${VTK_SOURCE_DIR}/Wrapping/Tcl)
ADD_TEST(TestArrays ${VTK_EXECUTABLE}
${VTK_SOURCE_DIR}/Common/Testing/Tcl/TestArrays.tcl
-A ${VTK_SOURCE_DIR}/Wrapping/Tcl)
ADD_TEST(TestAmoebaMinimizer ${VTK_EXECUTABLE}
${VTK_SOURCE_DIR}/Common/Testing/Tcl/TestAmoebaMinimizer.tcl)
ADD_TEST(PrintSelf-Common ${TCL_TCLSH}
${VTK_SOURCE_DIR}/Common/Testing/Tcl/PrintSelfCheck.tcl
${VTK_SOURCE_DIR}/Common)
ADD_TEST(TestSetObjectMacro-Common ${TCL_TCLSH}
${VTK_SOURCE_DIR}/Common/Testing/Tcl/FindString.tcl
"${VTK_SOURCE_DIR}/Common/vtk\\\\*.h"
"vtkSetObjectMacro"
${VTK_SOURCE_DIR}/Common/vtkSetGet.h
)