diff options
author | Ted Gould <ted@gould.cx> | 2010-02-04 11:53:53 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-04 11:53:53 -0800 |
commit | a31388443b600488a3b32dbb92bd20210e0d5e00 (patch) | |
tree | d064cb3475232ec355d5a8b8b771047298d59da7 /tests/Makefile.am | |
parent | a8b197a68872ba292a7b716690788b3a1b025833 (diff) | |
download | ayatana-indicator-application-a31388443b600488a3b32dbb92bd20210e0d5e00.tar.gz ayatana-indicator-application-a31388443b600488a3b32dbb92bd20210e0d5e00.tar.bz2 ayatana-indicator-application-a31388443b600488a3b32dbb92bd20210e0d5e00.zip |
Wrong filename
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 1f8861e..43f2194 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -10,6 +10,8 @@ check_PROGRAMS = \ TESTS = DISTCLEANFILES = $(TESTS) +EXTRA_DIST = run-xvfb.sh + ######################################### ## test-libappindicator ######################################### @@ -90,7 +92,7 @@ test_libappindicator_fallback_item_LDADD = \ test-libappindicator-fallback: test-libappindicator-fallback-watcher test-libappindicator-fallback-item Makefile.am @echo "#!/bin/bash" > $@ - @echo . $(src_dir)/run_xvfb.sh >> $@ + @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 $@ |