Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
96e4fceb
Commit
96e4fceb
authored
Jan 20, 2020
by
Dennis Gläser
Browse files
[cmake] add missing label property
parent
522609a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/FrackitTestMacros.cmake
View file @
96e4fceb
...
...
@@ -88,4 +88,7 @@ function(frackit_add_test)
foreach
(
label IN LISTS ADDTEST_LABELS
)
add_dependencies
(
build_
${
label
}
_tests
${
ADDTEST_TARGET
}
)
endforeach
()
# Set the labels on the test
set_tests_properties
(
${
ADDTEST_NAME
}
PROPERTIES LABELS
"
${
ADDTEST_LABELS
}
"
)
endfunction
(
frackit_add_test
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment