Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
43da3c6c
Commit
43da3c6c
authored
Aug 24, 2011
by
Michal 'vorner' Vaner
Browse files
[1150] Use noinst_SCRIPTS on generated scripts
Instead of EXTRA_DIST, this allows make to regenerate them on .in change.
parent
087c6def
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/bin/bind10/tests/Makefile.am
View file @
43da3c6c
...
...
@@ -2,6 +2,7 @@ PYCOVERAGE_RUN = @PYCOVERAGE_RUN@
#PYTESTS = args_test.py bind10_test.py
# NOTE: this has a generated test found in the builddir
PYTESTS
=
bind10_test.py
noinst_SCRIPTS
=
$(PYTESTS)
# If necessary (rare cases), explicitly specify paths to dynamic libraries
# required by loadable python modules.
...
...
src/bin/cfgmgr/tests/Makefile.am
View file @
43da3c6c
PYCOVERAGE_RUN
=
@PYCOVERAGE_RUN@
PYTESTS
=
b10-cfgmgr_test.py
EXTRA_DIST
=
$(PYTESTS)
testdata/plugins/testplugin.py
noinst_SCRIPTS
=
$(PYTESTS)
EXTRA_DIST
=
testdata/plugins/testplugin.py
# If necessary (rare cases), explicitly specify paths to dynamic libraries
# required by loadable python modules.
...
...
src/bin/xfrout/tests/Makefile.am
View file @
43da3c6c
PYCOVERAGE_RUN
=
@PYCOVERAGE_RUN@
PYTESTS
=
xfrout_test.py
EXTRA_DIST
=
$(PYTESTS)
noinst_SCRIPTS
=
$(PYTESTS)
# If necessary (rare cases), explicitly specify paths to dynamic libraries
# required by loadable python modules.
...
...
src/lib/python/isc/log/tests/Makefile.am
View file @
43da3c6c
PYCOVERAGE_RUN
=
@PYCOVERAGE_RUN@
PYTESTS
=
log_test.py
EXTRA_DIST
=
$(PYTESTS)
log_console.py.in console.out check_output.sh
PYTESTS_GEN
=
log_test.py
noinst_SCRIPTS
=
$(PYTESTS)
log_console.py
EXTRA_DIST
=
console.out check_output.sh
# If necessary (rare cases), explicitly specify paths to dynamic libraries
# required by loadable python modules.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment