diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 11:43:46 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 11:43:46 -0800 |
commit | 8398c58c880dfeeb2d42c061a27659f8b68c8c0e (patch) | |
tree | 2869ee1655f97fe9625d4ceb7ac3843c5d0a6fa6 /tests/Makefile.am | |
parent | 3a8354fd3a0b41a302f41e9901d47c0fbb4131f8 (diff) | |
download | ayatana-indicator-application-8398c58c880dfeeb2d42c061a27659f8b68c8c0e.tar.gz ayatana-indicator-application-8398c58c880dfeeb2d42c061a27659f8b68c8c0e.tar.bz2 ayatana-indicator-application-8398c58c880dfeeb2d42c061a27659f8b68c8c0e.zip |
Getting run-xvfb on the tests
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c94ebdd..1f8861e 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -89,7 +89,8 @@ test_libappindicator_fallback_item_LDADD = \ $(top_builddir)/src/libappindicator.la test-libappindicator-fallback: test-libappindicator-fallback-watcher test-libappindicator-fallback-item Makefile.am - @echo "#!/bin/sh" > $@ + @echo "#!/bin/bash" > $@ + @echo . $(src_dir)/run_xvfb.sh >> $@ @echo $(DBUS_RUNNER) --task ./test-libappindicator-fallback-watcher --task-name Watcher --ignore-return --task ./test-libappindicator-fallback-item --task-name Item >> $@ @chmod +x $@ |