Skip to content

Commit dae1a92

Browse files
committed
test -with-compiler
1 parent 614cf22 commit dae1a92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/scripts/cmdTests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ EXPECTED_OUTPUT="hello world"
1212
# check that benchmarks can run
1313
"$SBT" "dotty-bench/jmh:run 1 1 tests/pos/alias.scala"
1414
"$SBT" "dotty-bench-bootstrapped/jmh:run 1 1 tests/pos/alias.scala"
15+
"$SBT" "dotty-bench-bootstrapped/jmh:run 1 1 -with-compiler $($(find compiler/src/dotty -name *.scala -o -name *.java))"
1516

1617
OUT=$(mktemp -d)
1718
OUT1=$(mktemp -d)

0 commit comments

Comments
 (0)