Clean source directory before building tests in object directories.
This commit is contained in:
parent
8261e581be
commit
9a86c9bd30
@ -31,6 +31,7 @@ possible_malloc_conf_opts = [
|
||||
]
|
||||
|
||||
print 'set -e'
|
||||
print 'if [ -f Makefile ] ; then make relclean ; fi'
|
||||
print 'autoconf'
|
||||
print 'rm -rf run_tests.out'
|
||||
print 'mkdir run_tests.out'
|
||||
|
Loading…
Reference in New Issue
Block a user