Skip to content
GitLab
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
4610b9da
Commit
4610b9da
authored
Jan 21, 2020
by
Dennis Gläser
Browse files
Merge branch 'fix/cmake-labels' into 'master'
[cmake] add missing label property See merge request DennisGlaeser/frackit!11
parents
522609a3
96e4fceb
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/FrackitTestMacros.cmake
View file @
4610b9da
...
...
@@ -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
.
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