From 1d36fbf1b2ed7d779180dba65a5de0e810370cfd Mon Sep 17 00:00:00 2001 From: Volker Berlin Date: Mon, 17 Jun 2019 19:07:25 +0200 Subject: [PATCH] Improve test speed by executing all tests of an wasm file at once. --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index bea8214..e64466e 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {