Commit cc3efde3 authored by Martin Szulecki's avatar Martin Szulecki

test: Fix clean target to remove all generated files

parent f7c82929
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment