Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
use module rather than entry in the config test forloop
Browse files Browse the repository at this point in the history
  • Loading branch information
tomeichlersmith committed Jan 22, 2024
1 parent 2751f09 commit f3a9248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BuildMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ macro(build_test)
add_test(
NAME "Run_${module}_${config_name}"
COMMAND fire ${config_filepath}
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/${entry}/test
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/${module}/test
)
endforeach()
endmacro()
Expand Down

0 comments on commit f3a9248

Please sign in to comment.