Skip to content

Commit

Permalink
Fix properties not being passed in doctest_discover_tests (doctest#626)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <[email protected]>
  • Loading branch information
quantumsteve authored Mar 19, 2022
1 parent 8de4cf7 commit 431a11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cmake/doctestAddTests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ foreach(line ${output})
"${prefix}${test}${suffix}"
PROPERTIES
WORKING_DIRECTORY "${TEST_WORKING_DIR}"
LABELS ${labels}
${properties}
LABELS ${labels}
)
unset(labels)
list(APPEND tests "${prefix}${test}${suffix}")
Expand Down

0 comments on commit 431a11b

Please sign in to comment.