mirror of
https://github.com/nlohmann/json.git
synced 2025-07-31 10:24:23 +03:00
🐛 properly assign two labels to one test case #2596
This commit is contained in:
@ -11,12 +11,10 @@ if (${CMAKE_VERSION} VERSION_GREATER "3.11.0")
|
|||||||
)
|
)
|
||||||
set_tests_properties(cmake_fetch_content_configure PROPERTIES
|
set_tests_properties(cmake_fetch_content_configure PROPERTIES
|
||||||
FIXTURES_SETUP cmake_fetch_content
|
FIXTURES_SETUP cmake_fetch_content
|
||||||
LABELS git_required
|
LABELS "git_required;not_reproducible"
|
||||||
LABELS not_reproducible
|
|
||||||
)
|
)
|
||||||
set_tests_properties(cmake_fetch_content_build PROPERTIES
|
set_tests_properties(cmake_fetch_content_build PROPERTIES
|
||||||
FIXTURES_REQUIRED cmake_fetch_content
|
FIXTURES_REQUIRED cmake_fetch_content
|
||||||
LABELS git_required
|
LABELS "git_required;not_reproducible"
|
||||||
LABELS not_reproducible
|
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user