aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-03-25 11:54:05 -0500
committerTed Gould <ted@gould.cx>2010-03-25 11:54:05 -0500
commit5483c83e5773e27c62677f22e03b7e335629950c (patch)
tree3ea72fcf36f76ee7bb32b88d83bc9fc7d2dce275 /tests/Makefile.am
parent543f7fca61ce2a47403872d156f783ae314cc334 (diff)
parent9919c5e4bcbbcb1ea533b45e5e1aa12e03dae41a (diff)
downloadlibayatana-appindicator-5483c83e5773e27c62677f22e03b7e335629950c.tar.gz
libayatana-appindicator-5483c83e5773e27c62677f22e03b7e335629950c.tar.bz2
libayatana-appindicator-5483c83e5773e27c62677f22e03b7e335629950c.zip
* Upstream Release 0.0.18
* Change when there are updates to Check and Radio buttons via their actions. (LP: #542221) * Fixing icon updating with themes and naming fallbacks with the status icon fallback. (LP: #532858)
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index d42ed2b..d3b18d8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -143,6 +143,7 @@ HTML_REPORT = libappindicator-check-results.html
libappindicator-tests: libappindicator-tests-gtester Makefile.am
@echo "#!/bin/sh" > $@
+ @echo . $(srcdir)/run-xvfb.sh >> $@
@echo $(DBUS_RUNNER) --task ./libappindicator-tests-gtester >> $@
@chmod +x $@