mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-23 02:24:06 +00:00
There's now 1 test suite that runs all tests, and 'ant eclipse' will make a launch config that adds the appropriate -javaagent VM param to ensure the runWithEclipse tests work.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package lombok.bytecode;
|
||||
|
||||
import org.junit.runner.RunWith;
|
||||
import org.junit.runners.Suite;
|
||||
import org.junit.runners.Suite.SuiteClasses;
|
||||
|
||||
@RunWith(Suite.class)
|
||||
@SuiteClasses({TestClassFileMetaData.class})
|
||||
public class RunBytecodeTests {
|
||||
}
|
||||
Reference in New Issue
Block a user