Skip to content
Snippets Groups Projects
Commit efc0fd92 authored by Dave DeMarle's avatar Dave DeMarle
Browse files

remove accidentally committed debug statement

Change-Id: Ied560e74530a5c656121c8a0eb8d4a64526aeda6
parent f7f25408
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,6 @@ if(VTK_LARGE_DATA_ROOT AND _known_little_endian)
set( WINDBLADE_TEST
TestWindBladeReader.cxx
)
message(" TEST ${WINDBLADE_TEST}")
endif()
create_test_sourcelist(Tests ${vtk-module}CxxTests.cxx
......@@ -48,7 +47,6 @@ foreach(test ${TestsToRun})
endforeach()
if (WINDBLADE_TEST)
message("ADD THE TEST")
add_test(NAME ${vtk-module}Cxx-TestWindBladeReader
COMMAND ${vtk-module}CxxTests TestWindBladeReader
-D ${VTK_LARGE_DATA_ROOT}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment