Skip to content

Commit

Permalink
Merge pull request ComplianceAsCode#11668 from vojtapolasek/make_comp…
Browse files Browse the repository at this point in the history
…onents_quick

add the "components" test among quick tests
  • Loading branch information
Mab879 authored Mar 8, 2024
2 parents 945e80a + 7200a1b commit fe179c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ add_test(
NAME "components"
COMMAND env "PYTHONPATH=$ENV{PYTHONPATH}" "${PYTHON_EXECUTABLE}" "${CMAKE_CURRENT_SOURCE_DIR}/test_components.py" --build-dir "${CMAKE_BINARY_DIR}" --source-dir "${CMAKE_SOURCE_DIR}" --product "rhel9"
)
set_tests_properties("components" PROPERTIES LABELS quick)
endif()

macro(cce_avail_check TEST_NAME_SUFFIX PRODUCTS CCE_LIST_PATH)
Expand Down

0 comments on commit fe179c2

Please sign in to comment.