Skip to content

Commit

Permalink
Tests: fix test dependency for vtx_mkntuple
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer committed May 29, 2024
1 parent 15a54c3 commit 67f13e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ADD_TEST( NAME t_${test_name}
)
SET_TESTS_PROPERTIES( t_${test_name} PROPERTIES
FAIL_REGULAR_EXPRESSION "Exception;EXCEPTION;\\[ ERROR;Error"
DEPENDS t_test_${CLIC_DETECTOR_MODEL}_sim
DEPENDS t_test_${CLIC_DETECTOR_MODEL}_reco_conformal
)

SET( test_name "test_${CLIC_DETECTOR_MODEL}_reco_real_overlay" )
Expand Down

0 comments on commit 67f13e5

Please sign in to comment.