Make tests run if no (eclipse-generated?) bin/ folder exists

This commit is contained in:
Sander Koning
2017-02-22 10:17:30 +01:00
parent b7cede3c27
commit 233400eacb
+1 -1
View File
@@ -137,7 +137,7 @@ public class RunTestsViaEcj extends AbstractRunTests {
i.remove();
}
}
classpath.add("bin");
if (new File("bin").exists()) classpath.add("bin");
classpath.add("dist/lombok.jar");
classpath.add("lib/test/commons-logging-commons-logging.jar");
classpath.add("lib/test/org.slf4j-slf4j-api.jar");