]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1150] Use noinst_SCRIPTS on generated scripts
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 24 Aug 2011 12:15:10 +0000 (14:15 +0200)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Wed, 24 Aug 2011 12:15:10 +0000 (14:15 +0200)
Instead of EXTRA_DIST, this allows make to regenerate them on .in
change.

src/bin/bind10/tests/Makefile.am
src/bin/cfgmgr/tests/Makefile.am
src/bin/xfrout/tests/Makefile.am
src/lib/python/isc/log/tests/Makefile.am

index d9e012fdfee89d769fd91855da28b783383ec643..3f87fb55a171fdc87f5242c977916d3b8b717982 100644 (file)
@@ -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.
index bd672419ead4ef1240649d65e8e93a666bd1fc7e..24ff2bc4b0671cc148ca89503a83bfbd6954a5d1 100644 (file)
@@ -1,7 +1,8 @@
 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.
index 99f4843f88a8a26e90c38ffa34cc6f176589e467..cf520b10059cf2f440bdddd3b2137cf3c620d2b7 100644 (file)
@@ -1,6 +1,6 @@
 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.
index 6bb67de0d3300f0204a5a9106dfc858544c9b7ed..a51839885355f000341114697bd1ad29e9649ec3 100644 (file)
@@ -1,6 +1,7 @@
 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.