Improve test speed by executing all tests of an wasm file at once.

This commit is contained in:
Volker Berlin 2019-06-17 19:07:25 +02:00
parent 40bb69fd16
commit 1d36fbf1b2

View File

@ -23,6 +23,7 @@ dependencies {
testCompile 'com.github.i-net-software:jwebassembly-api:master-SNAPSHOT'
testCompile 'junit:junit:+'
testCompile 'org.apache.commons:commons-compress:1.2'
testCompile 'com.google.code.gson:gson:+'
}
sourceSets {