~seb128/libappindicator/clean-libindicate-buildeps

« back to all changes in this revision

Viewing changes to tests/Makefile.am

  • Committer: Tarmac
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2013-02-04 17:02:26 UTC
  • mfrom: (248.1.1 libappindicator)
  • Revision ID: tarmac-20130204170226-y0z0cubw5m6g5ta1
We don't need to kill at-spi2-registry, that was only meant for testing.

Approved by Didier Roche.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
test-libappindicator-fallback: test-libappindicator-fallback-watcher test-libappindicator-fallback-item Makefile.am
139
139
        @echo "#!/bin/bash" > $@
140
140
        @echo export DISPLAY= >> $@
141
 
        @echo killall at-spi2-registryd >> $@
142
141
        @echo . $(srcdir)/run-xvfb.sh >> $@
143
142
        @echo $(DBUS_RUNNER) --task ./test-libappindicator-fallback-watcher --task-name Watcher --ignore-return --task ./test-libappindicator-fallback-item --task-name Item >> $@
144
143
        @chmod +x $@
155
154
libappindicator-tests: libappindicator-tests-gtester Makefile.am
156
155
        @echo "#!/bin/bash" > $@
157
156
        @echo export DISPLAY= >> $@
158
 
        @echo killall at-spi2-registryd >> $@
159
157
        @echo . $(srcdir)/run-xvfb.sh >> $@
160
158
        @echo export UBUNTU_MENUPROXY= >> $@
161
159
        @echo $(DBUS_RUNNER) --task ./libappindicator-tests-gtester >> $@
175
173
test-libappindicator-dbus: test-libappindicator-dbus-client test-libappindicator-dbus-server Makefile.am
176
174
        @echo "#!/bin/bash" > test-libappindicator-dbus
177
175
        @echo export DISPLAY= >> $@
178
 
        @echo killall at-spi2-registryd >> $@
179
176
        @echo . $(srcdir)/run-xvfb.sh >> $@
180
177
        @echo $(DBUS_RUNNER) --task ./test-libappindicator-dbus-client --task-name Client --task ./test-libappindicator-dbus-server --task-name Server --ignore-return >> test-libappindicator-dbus
181
178
        @chmod +x test-libappindicator-dbus
186
183
test-libappindicator-status: test-libappindicator-status-client test-libappindicator-status-server Makefile.am
187
184
        @echo "#!/bin/bash" > test-libappindicator-status
188
185
        @echo export DISPLAY= >> $@
189
 
        @echo killall at-spi2-registryd >> $@
190
186
        @echo . $(srcdir)/run-xvfb.sh >> $@
191
187
        @echo $(DBUS_RUNNER) --task ./test-libappindicator-status-client --task-name Client --task ./test-libappindicator-status-server --task-name Server --ignore-return >> test-libappindicator-status
192
188
        @chmod +x test-libappindicator-status