tests: Install testpython.py executable

The test that uses this file executes it. Install it as an extra
script rather than data to ensure that it can work.
tingping/wmclass
Simon McVittie 2017-01-17 23:50:55 +00:00 committed by Alexander Larsson
parent 63daf2bb95
commit dd96ac54f1
1 changed files with 1 additions and 1 deletions

View File

@ -79,6 +79,7 @@ dist_installed_test_extra_scripts += \
tests/make-test-app.sh \
tests/make-test-runtime.sh \
tests/make-test-bundles.sh \
tests/testpython.py \
$(NULL)
dist_installed_test_data = \
@ -89,7 +90,6 @@ dist_installed_test_data = \
tests/session.conf.in \
tests/0001-Add-test-logo.patch \
tests/org.test.Python.json \
tests/testpython.py \
tests/importme.py \
tests/importme2.py \
$(NULL)