aboutsummaryrefslogtreecommitdiff
path: root/tests/settings.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-05-10 07:21:09 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-05-10 07:21:09 -0700
commitd277fc2a90b10ff1bc4627b300f2ecd6764c3aff (patch)
treee4ab3105d6fb37b7582e5db194b4db5332b50de2 /tests/settings.py
parent123385f37719cd10b5dce081f22e4be0a66a5764 (diff)
parentdf7285ed9e8ad6c275ff178466dad1a8eb358a02 (diff)
Merge branch 'master' of github.com:kripken/emscripten
Diffstat (limited to 'tests/settings.py')
-rw-r--r--tests/settings.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/settings.py b/tests/settings.py
index 50619a07..e91d07d2 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -1,3 +1,8 @@
+# This file will be copied to ~/.emscripten if that file doesn't exist.
+# IMPORTANT: Edit it with the right paths!
+
+EMSCRIPTEN_ROOT=os.path.expanduser("~/Dev/emscripten") # TODO: Use this
+
TEMP_DIR='/dev/shm'
LLVM_ROOT=os.path.expanduser('~/Dev/llvm-2.9/cbuild/bin')