diff options
author | Ted Gould <ted@canonical.com> | 2009-11-04 08:11:05 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-11-04 08:11:05 -0600 |
commit | f23c54ff5fee5587c31ecb8bf176b58fa3d4be1d (patch) | |
tree | 57bd20b957925ca080a659deb3a29d64da8f427a | |
parent | 2d5018b1c62f0deb203ef1b1f12634d89aba2b7b (diff) | |
download | ayatana-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.am | 4 |
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 |