Remove testing related files if test-clean is specified

This commit is contained in:
Bryan W. Weber 2017-11-08 09:27:25 -05:00 committed by Ray Speth
parent 16fd18315c
commit d1f9b9393a

View file

@ -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 ***
# ******************************************************