File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ mkdir -p builds/out-adv
8
8
possible=4
9
9
ran=0
10
10
11
- bin/cljsc src/test/cljs " {:optimizations :advanced :output-wrapper true :verbose true :compiler-stats true :output-dir \" builds/out-adv\" }" > builds/out-adv/core-advanced-test.js
11
+ bin/cljsc src/test/cljs " {:optimizations :advanced :output-wrapper true :verbose true :compiler-stats true :parallel-build true : output-dir \" builds/out-adv\" }" > builds/out-adv/core-advanced-test.js
12
12
13
13
if [ " $V8_HOME " = " " ]; then
14
14
echo " V8_HOME not set, skipping V8 tests"
Original file line number Diff line number Diff line change 4
4
rm -rf builds/out-self
5
5
mkdir -p builds/out-self
6
6
7
- bin/cljsc src/test/self/self_host " {:optimizations :simple :static-fns true :output-dir \" builds/out-self\" :optimize-constants true :verbose true :compiler-stats true :target :nodejs}" > builds/out-self/core-self-test.js
7
+ bin/cljsc src/test/self/self_host " {:optimizations :simple :static-fns true :output-dir \" builds/out-self\" :optimize-constants true :verbose true :compiler-stats true :parallel-build true : target :nodejs}" > builds/out-self/core-self-test.js
8
8
9
9
echo " Testing with Node"
10
10
node builds/out-self/core-self-test.js
You can’t perform that action at this time.
0 commit comments