aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2017-05-31 14:15:53 -0700
committerJason Evans <jasone@canonware.com>2017-05-31 15:07:30 -0700
commit9a86c9bd30e06daa20e4a4872d9292d177d66c8a (patch)
treed6b256b1b3609fbafa4ea1b8e83d9fd819b3f3ad /scripts
parent8261e581be517f4fe193ead2c9b662717d9ca5e0 (diff)
downloadplatform_external_jemalloc_new-9a86c9bd30e06daa20e4a4872d9292d177d66c8a.tar.gz
platform_external_jemalloc_new-9a86c9bd30e06daa20e4a4872d9292d177d66c8a.tar.bz2
platform_external_jemalloc_new-9a86c9bd30e06daa20e4a4872d9292d177d66c8a.zip
Clean source directory before building tests in object directories.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen_run_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen_run_tests.py b/scripts/gen_run_tests.py
index 1d70057f..39e2be24 100755
--- a/scripts/gen_run_tests.py
+++ b/scripts/gen_run_tests.py
@@ -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'