Replicate Maven's extra system property settings for some tests

This commit is contained in:
Ben Liblit 2018-01-17 17:52:21 -06:00
parent a1cf040897
commit b7b01c8486
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ processTestResources {
test {
maxHeapSize = '800M'
systemProperty 'com.ibm.wala.junit.analyzingJar', 'true'
systemProperty 'com.ibm.wala.junit.profile', 'short'
// https://github.com/liblit/WALA/issues/5
exclude '**/CallGraphTest.class'