aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-11-04 08:11:05 -0600
committerTed Gould <ted@canonical.com>2009-11-04 08:11:05 -0600
commitf23c54ff5fee5587c31ecb8bf176b58fa3d4be1d (patch)
tree57bd20b957925ca080a659deb3a29d64da8f427a
parent2d5018b1c62f0deb203ef1b1f12634d89aba2b7b (diff)
downloadayatana-indicator-application-f23c54ff5fee5587c31ecb8bf176b58fa3d4be1d.tar.gz
ayatana-indicator-application-f23c54ff5fee5587c31ecb8bf176b58fa3d4be1d.tar.bz2
ayatana-indicator-application-f23c54ff5fee5587c31ecb8bf176b58fa3d4be1d.zip
Put the cleanup of gtester on the wrong variable.
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 33fe0ba..dfdb397 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -74,8 +74,8 @@ libcustomindicator-tests-gtester: test-libcustomindicator Makefile.am
@echo gtester -k --verbose -o=$(XML_REPORT) ./test-libcustomindicator >> $@
@chmod +x $@
-TESTS += libcustomindicator-tests libcustomindicator-tests-gtester
-DISTCLEANFILES += $(XML_REPORT) $(HTML_REPORT)
+TESTS += libcustomindicator-tests
+DISTCLEANFILES += $(XML_REPORT) $(HTML_REPORT) libcustomindicator-tests-gtester
DBUS_RUNNER=dbus-test-runner --dbus-config /usr/share/dbus-test-runner/session.conf