diff options
author | Ted Gould <ted@gould.cx> | 2010-03-25 11:52:24 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-25 11:52:24 -0500 |
commit | b4e1960a63155f595b51338166aa6810ed9f78b6 (patch) | |
tree | 6f738cd9df0d858cf7639ac88214b4d05ee952a4 /tests/Makefile.am | |
parent | 275909f841eea51625bbe418899a3acd5b47bdbf (diff) | |
download | libayatana-appindicator-b4e1960a63155f595b51338166aa6810ed9f78b6.tar.gz libayatana-appindicator-b4e1960a63155f595b51338166aa6810ed9f78b6.tar.bz2 libayatana-appindicator-b4e1960a63155f595b51338166aa6810ed9f78b6.zip |
Fixing tests to use GTK for icon theme fixes.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
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 $@ |