Skip to content

Commit

Permalink
🔧 add label to tests that require a git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Jun 17, 2020
1 parent 4d96f4c commit e86b3fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/cmake_fetch_content/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ if (${CMAKE_VERSION} VERSION_GREATER "3.11.0")
)
set_tests_properties(cmake_fetch_content_configure PROPERTIES
FIXTURES_SETUP cmake_fetch_content
LABELS git_required
)
set_tests_properties(cmake_fetch_content_build PROPERTIES
FIXTURES_REQUIRED cmake_fetch_content
LABELS git_required
)
endif()

0 comments on commit e86b3fa

Please sign in to comment.