Index: third_party/closure_compiler/run_tests.py |
diff --git a/third_party/closure_compiler/run_tests.py b/third_party/closure_compiler/run_tests.py |
index 0ff13b1ce149aa96be7398d3ef324d28b1d119f5..aaaadb0bc208ff2e88d9a5f633b391e9c1bc1fca 100755 |
--- a/third_party/closure_compiler/run_tests.py |
+++ b/third_party/closure_compiler/run_tests.py |
@@ -4,9 +4,9 @@ |
# found in the LICENSE file. |
+import compile_test |
import compiler_customization_test |
import processor_test |
- |
-for test_module in [compiler_customization_test, processor_test]: |
+for test_module in [compiler_customization_test, processor_test, compile_test]: |
test_module.unittest.main(test_module) |