Skip to content

Commit

Permalink
Fix test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jun 15, 2023
1 parent 6421d2a commit 1f63c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k4FWCoreTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ set_property(TEST ReadExampleEventData APPEND PROPERTY DEPENDS CreateExampleEven

add_test(NAME ReadExampleDataFromNthEvent
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND ${K4RUN} options/readExampleDataFromNthEvent.py)
COMMAND ${K4RUN} options/readExampleDataFromNthEvent.py DEPENDS CreateExampleEventData)
set_test_env(ReadExampleDataFromNthEvent)

add_test(NAME AlgorithmWithTFile
Expand Down

0 comments on commit 1f63c52

Please sign in to comment.