diff options
author | Ted Gould <ted@gould.cx> | 2010-02-11 10:36:56 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-11 10:36:56 -0600 |
commit | bbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6 (patch) | |
tree | 696dbbeaeb19a90f291c4b5a0fa464cbbf39a591 /tests/Makefile.am | |
parent | a94ef5f210aad3624463e8edf40cc2f0499033fa (diff) | |
parent | 14abe9ad1ff1b09526b6f0f6410c2783e6dbd501 (diff) | |
download | libayatana-appindicator-bbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6.tar.gz libayatana-appindicator-bbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6.tar.bz2 libayatana-appindicator-bbebb7a3907a59a1ef475dc9d5c8e65c1e1595d6.zip |
* Upstream release 0.0.13
* Changing the menu property to be a proper DBus object path
* Make object paths unique by including application IDs in them
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 03e2091..d42ed2b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -158,14 +158,16 @@ DISTCLEANFILES += $(XML_REPORT) $(HTML_REPORT) libappindicator-tests-gtester DBUS_RUNNER=dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf test-libappindicator-dbus: test-libappindicator-dbus-client test-libappindicator-dbus-server Makefile.am - @echo "#!/bin/sh" > test-libappindicator-dbus + @echo "#!/bin/bash" > test-libappindicator-dbus + @echo . $(srcdir)/run-xvfb.sh >> $@ @echo $(DBUS_RUNNER) --task ./test-libappindicator-dbus-client --task-name Client --task ./test-libappindicator-dbus-server --task-name Server --ignore-return >> test-libappindicator-dbus @chmod +x test-libappindicator-dbus TESTS += test-libappindicator-dbus test-libappindicator-status: test-libappindicator-status-client test-libappindicator-status-server Makefile.am - @echo "#!/bin/sh" > test-libappindicator-status + @echo "#!/bin/bash" > test-libappindicator-status + @echo . $(srcdir)/run-xvfb.sh >> $@ @echo $(DBUS_RUNNER) --task ./test-libappindicator-status-client --task-name Client --task ./test-libappindicator-status-server --task-name Server --ignore-return >> test-libappindicator-status @chmod +x test-libappindicator-status |