diff options
Diffstat (limited to 'test/core/src')
-rw-r--r-- | test/core/src/lombok/RunTestsViaEcj.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/src/lombok/RunTestsViaEcj.java b/test/core/src/lombok/RunTestsViaEcj.java index 112f07f9..b081d54a 100644 --- a/test/core/src/lombok/RunTestsViaEcj.java +++ b/test/core/src/lombok/RunTestsViaEcj.java @@ -129,6 +129,7 @@ public class RunTestsViaEcj extends AbstractRunTests { classpath.add("dist/lombok.jar"); classpath.add("lib/test/commons-logging.jar"); classpath.add("lib/test/slf4j-api.jar"); + classpath.add("lib/test/slf4j-ext.jar"); classpath.add("lib/test/log4j.jar"); return new FileSystem(classpath.toArray(new String[0]), new String[] {file.getAbsolutePath()}, "UTF-8"); } |