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
88possible=4
99ran=0
1010
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
1212
1313if [ " $V8_HOME " = " " ]; then
1414 echo " V8_HOME not set, skipping V8 tests"
Original file line number Diff line number Diff line change 44rm -rf builds/out-self
55mkdir -p builds/out-self
66
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
88
99echo " Testing with Node"
1010node builds/out-self/core-self-test.js
You can’t perform that action at this time.
0 commit comments