aboutsummaryrefslogtreecommitdiff
path: root/tests/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/settings.py')
-rw-r--r--tests/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/settings.py b/tests/settings.py
index 9452fa81..87601391 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -35,3 +35,5 @@ COMPILER_ENGINE=V8_ENGINE
OUTPUT_TO_SCREEN = 0 # useful for debugging specific tests, or for subjectively seeing what parts are slow
+CLOSURE_COMPILER = os.path.expanduser('~/Dev/closure-compiler/compiler.jar')
+