diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index fee0cc5..acfea54 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -33,4 +33,4 @@ EXTRA_DIST = $(TESTS) data/1.plist data/2.plist data/3.plist data/4.plist data/5 TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) clean-local: - rm -f $(top_builddir)/test/data/*.out + cd $(top_builddir)/test/data && rm -f *.out *.bin *.xml |