sbt/sbt-app/src/sbt-test/tests/fork-parallel/test

9 lines
138 B
Plaintext

# Note: this test is meaningless on less than four cores
> testFull
-> check
> clean
> set testForkedParallel := true
> testFull
> check