Skip to content
Snippets Groups Projects
Commit 2cbebc65 authored by Sebastian Eibl's avatar Sebastian Eibl
Browse files

reactivated some tests

parent 68edd863
No related merge requests found
......@@ -23,7 +23,7 @@ waLBerla_execute_test( NAME ConfigTest COMMAND $<TARGET_FILE:ConfigTest> ${CMAKE
if( WALBERLA_BUILD_WITH_BOOST )
waLBerla_compile_test( FILES config/PropertyTreeTest.cpp)
#waLBerla_execute_test(NAME PropertyTreeTest COMMAND $<TARGET_FILE:PropertyTreeTest> )
waLBerla_execute_test(NAME PropertyTreeTest COMMAND $<TARGET_FILE:PropertyTreeTest> )
endif( WALBERLA_BUILD_WITH_BOOST )
......
......@@ -4,7 +4,8 @@
#
###################################################################################################
waLBerla_compile_test( FILES SimpleGuiRun.cpp )
waLBerla_compile_test( FILES GuiPdfView.cpp )
waLBerla_execute_test(NAME GuiPdfView )
#waLBerla_execute_test(NAME SimpleGuiRun )
waLBerla_compile_test( FILES SimpleGuiRun.cpp )
waLBerla_execute_test(NAME SimpleGuiRun )
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment