From f7f8dd4351a9202580d774be8aa86337c37af52c Mon Sep 17 00:00:00 2001 From: Ben Liblit Date: Mon, 22 Jan 2018 18:05:05 -0600 Subject: [PATCH] Get a core test to work by putting "bcel-5.2.jar" where expected --- com.ibm.wala.core.tests/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.ibm.wala.core.tests/build.gradle b/com.ibm.wala.core.tests/build.gradle index 8bac1ac9d..3ddd2b4b7 100644 --- a/com.ibm.wala.core.tests/build.gradle +++ b/com.ibm.wala.core.tests/build.gradle @@ -27,6 +27,7 @@ processTestResources { from testdata.collectJLex from testdata.collectTestData from testdata.downloadJavaCup + from testdata.extractBcel from testdata.generateHelloHash } @@ -36,7 +37,6 @@ test { systemProperty 'com.ibm.wala.junit.profile', 'short' // https://github.com/liblit/WALA/issues/5 - exclude '**/CallGraphTest.class' exclude '**/DynamicCallGraphTest.class' exclude '**/GetTargetsTest.class' exclude '**/PruneArrayOutOfBoundExceptionEdge.class'