mirror of
https://github.com/irmen/prog8.git
synced 2026-04-20 11:17:01 +00:00
migrated codeGeneration module to KoTest
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package prog8tests.asmgen
|
||||
|
||||
import io.kotest.core.config.AbstractProjectConfig
|
||||
import kotlin.math.max
|
||||
|
||||
object ProjectConfig : AbstractProjectConfig() {
|
||||
override val parallelism = max(2, Runtime.getRuntime().availableProcessors() / 2)
|
||||
}
|
||||
Reference in New Issue
Block a user