aboutsummaryrefslogtreecommitdiff
path: root/tests/settings.py
diff options
context:
space:
mode:
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')