Skip to content

Commit

Permalink
Add a comment explaining a test dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Sep 20, 2023
1 parent 98a10c7 commit 89b88e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/k4FWCoreTest/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ set_test_env(ExampleFunctionalConsumer)
set_tests_properties(ExampleFunctionalConsumer PROPERTIES
DEPENDS ExampleFunctionalProducer)

# A dependency on the ExampleFunctionalConsumer is added to make sure
# they don't run at the same time
add_test(NAME ExampleFunctionalTransformer
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND ${K4RUN} options/runExampleFunctionalTransformer.py)
Expand Down

0 comments on commit 89b88e1

Please sign in to comment.