summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-07 17:14:11 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-06-11 15:44:37 +0100
commita9ea7a2170d5f0cd4a9aef4bb85655b5e4e181ee (patch)
tree191a900e283869c34e8552bbbf25647ce8f1abe4 /tests
parentba0b31b425d5871c4141ff0a7f477ec4e296e926 (diff)
downloadtelepathy-glib-a9ea7a2170d5f0cd4a9aef4bb85655b5e4e181ee.tar.gz
Make tool tests executable rather than putting sh in TESTS_ENVIRONMENT
This makes it possible to run the tool tests under the Automake 1.12+ parallel test harness, which is the default from 1.13 onwards. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65517
Diffstat (limited to 'tests')
-rw-r--r--tests/tools/Makefile.am2
-rwxr-xr-x[-rw-r--r--]tests/tools/test-glib-gtypes-generator.sh0
-rwxr-xr-x[-rw-r--r--]tests/tools/test-gobject-foo.sh0
3 files changed, 1 insertions, 1 deletions
diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am
index f86d20ded..4a7de16cb 100644
--- a/tests/tools/Makefile.am
+++ b/tests/tools/Makefile.am
@@ -16,7 +16,7 @@ TESTS_ENVIRONMENT = \
PYTHON=$(PYTHON) \
srcdir=$(srcdir) \
top_srcdir=$(top_srcdir) \
- sh
+ $(NULL)
CLEANFILES = \
actual.h \
diff --git a/tests/tools/test-glib-gtypes-generator.sh b/tests/tools/test-glib-gtypes-generator.sh
index 0230cd1a2..0230cd1a2 100644..100755
--- a/tests/tools/test-glib-gtypes-generator.sh
+++ b/tests/tools/test-glib-gtypes-generator.sh
diff --git a/tests/tools/test-gobject-foo.sh b/tests/tools/test-gobject-foo.sh
index 6bce48c65..6bce48c65 100644..100755
--- a/tests/tools/test-gobject-foo.sh
+++ b/tests/tools/test-gobject-foo.sh