use find to clean to test suite temporary directories
* tests/Makefile.am (distclean-local): Here.
This commit is contained in:
parent
6e854b6d83
commit
d68db6ad44
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ TESTS = $(TESTS_sanity) $(TESTS_tl) $(TESTS_graph) $(TESTS_kripke) \
|
|||
$(TESTS_twa) $(TESTS_python) $(TESTS_ltsmin)
|
||||
|
||||
distclean-local:
|
||||
rm -rf $(TESTS:.test=.dir)
|
||||
find . -name '*.dir' -type d -print | xargs rm -rf
|
||||
|
||||
|
||||
############################## CORE ##############################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue