Skip to content

Commit

Permalink
devel/meson: Extend make(test) case to WITH_TESTING
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowd committed Mar 16, 2024
1 parent 1328b38 commit 7d8958e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel/meson/Makefile
Expand Up @@ -24,7 +24,7 @@ NO_ARCH= yes
TEST_ENV= ${MAKE_ENV:NCC=*:NCXX=*}

# Hide from regular build to avoid accidental dependency on symlinks
.if make(test)
.if make(test) || ("${WITH_TESTING}" == yes && make(package))
# helper_create_binary_wrapper, test_python_module, test cases/*.py
BINARY_ALIAS+= python3=${PYTHON_CMD:T} python=${PYTHON_CMD:T}
do-test: create-binary-alias # force if run late
Expand Down

0 comments on commit 7d8958e

Please sign in to comment.