mirror of
https://github.com/tiennm99/lombok.git
synced 2026-06-04 12:13:35 +00:00
Make tests run if no (eclipse-generated?) bin/ folder exists
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user