diff options
author | alon@honor <none@none> | 2010-10-07 20:00:52 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-07 20:00:52 -0700 |
commit | 240d161bf89cacbe09f1fcd9afed929c4489a38a (patch) | |
tree | 8a4f5d55113dc3aa4a45091c36005dd9b864b857 /tests/settings.py | |
parent | a4aa186d1cfecb8576870e4d0415cdaa5a8c0812 (diff) |
separate build stage out in test runner
Diffstat (limited to 'tests/settings.py')
-rw-r--r-- | tests/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/settings.py b/tests/settings.py index 4491d224..d6b24d66 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -1,7 +1,7 @@ -DEBUG=False TEMP_DIR='/dev/shm' CLANG=os.path.expanduser('~/Dev/llvm-2.7/cbuild/bin/clang++') +#CLANG=os.path.expanduser('~/Dev/llvm-2.8/cbuild/Release/bin/clang++') LLVM_GCC=os.path.expanduser('~/Dev/llvm-gcc-2.7/cbuild/install/bin/llvm-g++') COMPILERS = { |