ayatana-commits team mailing list archive
-
ayatana-commits team
-
Mailing list archive
-
Message #01301
[Merge] lp:~ted/indicator-sound/distcheck-fix into lp:indicator-sound
Ted Gould has proposed merging lp:~ted/indicator-sound/distcheck-fix into lp:indicator-sound.
Requested reviews:
Indicator Applet Developers (indicator-applet-developers)
Small cleanups to make distcheck pass.
--
https://code.launchpad.net/~ted/indicator-sound/distcheck-fix/+merge/22154
Your team ayatana-commits is subscribed to branch lp:indicator-sound.
=== modified file 'tests/Makefile.am'
--- tests/Makefile.am 2010-03-23 16:05:35 +0000
+++ tests/Makefile.am 2010-03-25 17:11:23 +0000
@@ -115,19 +115,21 @@
indicator-sound-tests-gtester: test-indicator-sound Makefile.am
@echo "#!/bin/sh" > $@
- @echo gtester -k --verbose -o=indicator-sound-check-results.xml ./test-indicator-sound >> $@
+ @echo gtester -k --verbose -o=$(XML_REPORT) ./test-indicator-sound >> $@
@chmod +x $@
TESTS += indicator-sound-tests-gtester
+PULSE_XML_REPORT = pulse-manager-check-results.xml
+
pulse-manager-tests-gtester: test-pulse-manager Makefile.am
@echo "#!/bin/sh" > $@
- @echo gtester -k --verbose -o=pulse-manager-check-results.xml ./test-pulse-manager >> $@
+ @echo gtester -k --verbose -o=$(PULSE_XML_REPORT) ./test-pulse-manager >> $@
@chmod +x $@
TESTS += pulse-manager-tests-gtester
-DISTCLEANFILES += $(XML_REPORT) $(HTML_REPORT) indicator-sound-tests-gtester
+DISTCLEANFILES += $(XML_REPORT) $(PULSE_XML_REPORT) $(HTML_REPORT) indicator-sound-tests-gtester
DBUS_RUNNER=dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf
Follow ups