Remove testing related files if test-clean is specified
This commit is contained in:
parent
16fd18315c
commit
d1f9b9393a
1 changed files with 4 additions and 0 deletions
|
|
@ -109,6 +109,10 @@ if 'clean' in COMMAND_LINE_TARGETS:
|
|||
else:
|
||||
Alias('clean', [])
|
||||
|
||||
if 'test-clean' in COMMAND_LINE_TARGETS:
|
||||
removeDirectory('build/test')
|
||||
removeDirectory('test/work')
|
||||
|
||||
# ******************************************************
|
||||
# *** Set system-dependent defaults for some options ***
|
||||
# ******************************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue