diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 11:47:28 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 11:47:28 -0800 |
commit | a8b197a68872ba292a7b716690788b3a1b025833 (patch) | |
tree | 2869ee1655f97fe9625d4ceb7ac3843c5d0a6fa6 /tests/Makefile.am | |
parent | 3a8354fd3a0b41a302f41e9901d47c0fbb4131f8 (diff) | |
parent | 8398c58c880dfeeb2d42c061a27659f8b68c8c0e (diff) | |
download | ayatana-indicator-application-a8b197a68872ba292a7b716690788b3a1b025833.tar.gz ayatana-indicator-application-a8b197a68872ba292a7b716690788b3a1b025833.tar.bz2 ayatana-indicator-application-a8b197a68872ba292a7b716690788b3a1b025833.zip |
Adding in XVFB support
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 $@ |