Skip to content

Commit

Permalink
Merge pull request #308 from bshifter/light-test-extra-args
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAnno authored Sep 26, 2024
2 parents 288c432 + 96c334f commit 16909c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/light/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ add_custom_target(light-self-check
DEPENDS BuildPyVirtualEnv)

add_custom_target(light-check
COMMAND ${PYTHON_VENV_EXECUTABLE} -m pytest ${PROJECT_SOURCE_DIR}/tests/light/functional_tests --installdir=${CMAKE_INSTALL_PREFIX} --showlocals --verbosity=3
COMMAND ${PYTHON_VENV_EXECUTABLE} -m pytest ${PROJECT_SOURCE_DIR}/tests/light/functional_tests --installdir=${CMAKE_INSTALL_PREFIX} --showlocals --verbosity=3 $$EXTRA_ARGS
DEPENDS BuildPyVirtualEnv)

add_custom_target(light-linters
Expand Down

0 comments on commit 16909c1

Please sign in to comment.