Skip to content
Snippets Groups Projects
Commit a959ede7 authored by Oz Linden's avatar Oz Linden
Browse files

correct test construction macro target reference for integration tests

parent 223f438e
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ FUNCTION(LL_ADD_INTEGRATION_TEST
# Create the test running command
SET(test_command ${ARGN})
SET(TEST_EXE <TARGET_FILE:INTEGRATION_TEST_${testname}>)
SET(TEST_EXE $<TARGET_FILE:INTEGRATION_TEST_${testname}>)
LIST(FIND test_command "{}" test_exe_pos)
IF(test_exe_pos LESS 0)
# The {} marker means "the full pathname of the test executable."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment