Skip to content

Commit

Permalink
Add new model to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Petric committed Aug 24, 2016
1 parent cdc427c commit 776ae2c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lcgeoTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ ADD_TEST( t_${test_name} "${CMAKE_INSTALL_PREFIX}/bin/run_test_${PackageName}.sh
ddsim --compactFile=${CMAKE_SOURCE_DIR}/CLIC/compact/CLIC_o3_v05/CLIC_o3_v05.xml --runType=batch -G -N=1 --outputFile=testCLIC_o3_v05.slcio )
SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES FAIL_REGULAR_EXPRESSION "Exception;EXCEPTION;ERROR;Error" )

SET( test_name "test_CLIC_o3_v06" )
ADD_TEST( t_${test_name} "${CMAKE_INSTALL_PREFIX}/bin/run_test_${PackageName}.sh"
ddsim --compactFile=${CMAKE_SOURCE_DIR}/CLIC/compact/CLIC_o3_v06/CLIC_o3_v06.xml --runType=batch -G -N=1 --outputFile=testCLIC_o3_v06.slcio )
SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES FAIL_REGULAR_EXPRESSION "Exception;EXCEPTION;ERROR;Error" )

SET( test_name "test_steeringFile" )
ADD_TEST( t_${test_name} "${CMAKE_INSTALL_PREFIX}/bin/run_test_${PackageName}.sh"
Expand Down

0 comments on commit 776ae2c

Please sign in to comment.