chiark / gitweb /
test: eliminate shell wrapper for Python test
authorMartin Pitt <martin.pitt@ubuntu.com>
Tue, 20 Jan 2015 20:26:35 +0000 (21:26 +0100)
committerMartin Pitt <martin.pitt@ubuntu.com>
Tue, 20 Jan 2015 20:26:35 +0000 (21:26 +0100)
commit72521ab9fd8a47e5b9df4b99b7289531124df5e7
tree48acb41933073d9dbdf491f890d9534f14ee7f85
parente8015e6e28fe7d287fc1d5d8bfd82ca65c51326c
test: eliminate shell wrapper for Python test

Use the parallel test runner's TEST_EXTENSIONS/*_LOG_COMPILER feature
(https://www.gnu.org/software/automake/manual/html_node/Parallel-Test-Harness.html)
to run *.py tests through $(PYTHON), and only if we have python
available/enabled.

This eliminates the need of having shell wrappers, thus drop
test/rules-test.sh.
Makefile.am
test/rules-test.sh [deleted file]