aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-12-04 10:29:39 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2020-12-04 10:29:39 +0100
commit1a62e1e531ae4ebe133964dcf788185fd33f51c9 (patch)
tree7bd7033f90db469583e761dfe3b5991e6df3d7fd /tests
parent770efbcc8584981848b281363b4b796721d597cc (diff)
downloadlibayatana-indicator-1a62e1e531ae4ebe133964dcf788185fd33f51c9.tar.gz
libayatana-indicator-1a62e1e531ae4ebe133964dcf788185fd33f51c9.tar.bz2
libayatana-indicator-1a62e1e531ae4ebe133964dcf788185fd33f51c9.zip
tests/Makefile.am: Wrap test-indicator-ng around Xvfb and dbus-runner.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am16
1 files changed, 14 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 3d7ea3b..87430f6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -499,8 +499,20 @@ test_indicator_ng_LDADD = \
-L$(top_builddir)/libayatana-indicator/.libs \
$(INDICATOR_LIB)
-TESTS += test-indicator-ng
-DISTCLEANFILES += test-indicator-ng
+
+test-indicator-ng-dbus-runner: test-indicator-ng Makefile.am
+ @echo "#!/bin/sh" > $@
+ @echo $(DBUS_RUNNER) --task ./test-indicator-ng >> $@
+ @chmod +x $@
+
+test-indicator-ng-tester: test-indicator-ng-dbus-runner Makefile.am
+ @echo "#!/bin/bash" > $@
+ @echo $(XVFB_RUN) >> $@
+ @echo gtester -k --verbose -o=$(XML_REPORT) ./test-indicator-ng-dbus-runner >> $@
+ @chmod +x $@
+
+TESTS += test-indicator-ng-tester
+DISTCLEANFILES += test-indicator-ng-tester test-indicator-ng-dbus-runner test-indicator-ng
# Mock indicator service
check_PROGRAMS += indicator-test-service