use find to clean to test suite temporary directories

* tests/Makefile.am (distclean-local): Here.
This commit is contained in:
Alexandre Duret-Lutz 2016-01-05 14:46:06 +01:00
parent 6e854b6d83
commit d68db6ad44

View file

@ -40,7 +40,7 @@ TESTS = $(TESTS_sanity) $(TESTS_tl) $(TESTS_graph) $(TESTS_kripke) \
$(TESTS_twa) $(TESTS_python) $(TESTS_ltsmin) $(TESTS_twa) $(TESTS_python) $(TESTS_ltsmin)
distclean-local: distclean-local:
rm -rf $(TESTS:.test=.dir) find . -name '*.dir' -type d -print | xargs rm -rf
############################## CORE ############################## ############################## CORE ##############################