From 0bab2a3585c4aac7dde806133e4f04eb488d9006 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 25 Mar 2010 12:02:42 -0500 Subject: Adding pulse XML file to distclean and use more of the variables throughout. --- tests/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index bc67c30..e99ec54 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -115,19 +115,21 @@ indicator-sound-tests: indicator-sound-tests-gtester Makefile.am 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 -- cgit v1.2.3