diff options
author | Ted Gould <ted@canonical.com> | 2009-10-02 16:50:56 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-02 16:50:56 -0500 |
commit | 7367daba72850eb6c64f05a416a65256f3bac1e2 (patch) | |
tree | 008afc8f9f411ce8a90d19a3dc51df1a04b74311 /tests | |
parent | bc69362aa594cce5507ae1fbe8132576fb22df3e (diff) | |
download | libdbusmenu-7367daba72850eb6c64f05a416a65256f3bac1e2.tar.gz libdbusmenu-7367daba72850eb6c64f05a416a65256f3bac1e2.tar.bz2 libdbusmenu-7367daba72850eb6c64f05a416a65256f3bac1e2.zip |
Cleaning up the tests after building them
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ace4bf4..f111054 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -189,3 +189,6 @@ examples_DATA = \ EXTRA_DIST = \ $(examples_DATA) \ test-gtk-label.json + +DISTCLEANFILES = \ + $(TESTS) |