Commit cf739732 authored by Martin Szulecki's avatar Martin Szulecki

test: Fix make clean in relation with out-of-tree build directory

parent 48ba2e38
......@@ -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:
cd $(top_builddir)/test/data && rm -f *.out *.bin *.xml
if test -d $(top_builddir)/test/data; then cd $(top_builddir)/test/data && rm -f *.out *.bin *.xml; fi
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