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 | |||
| 33 | TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) | 33 | TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) top_builddir=$(top_builddir) |
| 34 | 34 | ||
| 35 | clean-local: | 35 | clean-local: |
| 36 | rm -f $(top_builddir)/test/data/*.out | 36 | cd $(top_builddir)/test/data && rm -f *.out *.bin *.xml |
