Get a core test to work by putting "bcel-5.2.jar" where expected

This commit is contained in:
Ben Liblit 2018-01-22 18:05:05 -06:00
parent 2233d56d2a
commit f7f8dd4351
1 changed files with 1 additions and 1 deletions

View File

@ -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'