Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
d68db6ad
Commit
d68db6ad
authored
Jan 05, 2016
by
Alexandre Duret-Lutz
Browse files
use find to clean to test suite temporary directories
* tests/Makefile.am (distclean-local): Here.
parent
6e854b6d
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/Makefile.am
View file @
d68db6ad
...
...
@@ -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 ##############################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment