Skip to content

Commit

Permalink
Fix the wrong name of a test
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 3, 2023
1 parent 8baed4b commit 39d560c
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 @@ -252,6 +252,6 @@ set_test_env(FunctionalChain)
add_test(NAME FunctionalMix
WORKING_DIRECTORY ${CMAKE_CURRENT_LIST_DIR}
COMMAND ${K4RUN} options/runFunctionalMix.py)
set_test_env(FunctionalChain)
set_test_env(FunctionalMix)
set_tests_properties(FunctionalMix PROPERTIES
DEPENDS "ExampleFunctionalProducerMultiple")

0 comments on commit 39d560c

Please sign in to comment.