2016-10-23 11:36:04 +00:00
|
|
|
ext.title = 'Xtext Testing Library'
|
|
|
|
description = 'Infrastructure for testing Xtext languages (supersedes org.eclipse.xtext.junit4).'
|
|
|
|
|
2016-06-12 10:17:03 +00:00
|
|
|
dependencies {
|
2016-09-14 14:00:10 +00:00
|
|
|
compile project(':org.eclipse.xtext')
|
2016-06-12 10:17:03 +00:00
|
|
|
compile project(':org.eclipse.xtext.ide')
|
2019-01-11 15:41:50 +00:00
|
|
|
compile 'org.eclipse.lsp4j:org.eclipse.lsp4j'
|
|
|
|
optional 'junit:junit'
|
|
|
|
optional 'org.junit.jupiter:junit-jupiter-api'
|
|
|
|
optional 'org.junit.jupiter:junit-jupiter-engine'
|
2016-06-17 16:05:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
sourceSets.test.java.srcDir 'tests'
|