Skip to content

Commit

Permalink
Reenable GL2PS MathText tests.
Browse files Browse the repository at this point in the history
Looks like these were accidentally disabled by commit
3d11639 last March.

Change-Id: Ic7f01e527bb9478dedb96b02772f2f4aad75b826
  • Loading branch information
David C. Lonie committed Jan 14, 2015
1 parent 3272193 commit 034dc39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rendering/Matplotlib/Testing/Cxx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ if(MATPLOTLIB_FOUND)
)

if(VTK_GHOSTSCRIPT_EXECUTABLE)
vtk_add_test_cxx(${vtk-module}CxxTests gl2ps_tests
vtk_add_test_cxx(${vtk-module}CxxTests GL2PSTests
TestGL2PSMathTextActor.cxx
TestGL2PSMathTextActor3D.cxx
TestGL2PSMathTextOutput.cxx
TestGL2PSMathTextScaling.cxx
)
list(APPEND tests
${gl2ps_tests})
${GL2PSTests})
endif()

vtk_test_cxx_executable(${vtk-module}CxxTests tests
Expand All @@ -42,7 +42,7 @@ endif()
# baseline.
if(GL2PSTests)

foreach(test ${GL2PSTests} ${MixedTests})
foreach(test ${GL2PSTests})
# Convert ps to png
get_filename_component(TName ${test} NAME_WE)
add_test(NAME ${vtk-module}Cxx-${TName}-RasterizePNG
Expand Down

0 comments on commit 034dc39

Please sign in to comment.