diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-04-25 14:19:58 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2019-05-13 20:26:46 +0200 |
| commit | 164fa3764ef7b75f04a07aa1dbf8b36dd98d7fb9 (patch) | |
| tree | 313ee9f37cc91d54aa83cf7aaa11f6d6311ab1c0 /odcsim-engine-omega/build.gradle | |
| parent | eb8197e0057b21af6b526dc97199484e7303d844 (diff) | |
test: Move implementation test suite into separate package
This change moves the implementation conformance test suite from the
test sources of `odcsim-core` to a new `odcsim-engine-tests` module in
order to simplify Gradle configuration.
Diffstat (limited to 'odcsim-engine-omega/build.gradle')
| -rw-r--r-- | odcsim-engine-omega/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/odcsim-engine-omega/build.gradle b/odcsim-engine-omega/build.gradle index f60dbe89..cefd3e20 100644 --- a/odcsim-engine-omega/build.gradle +++ b/odcsim-engine-omega/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib" implementation "io.github.microutils:kotlin-logging:1.6.20" - testCompile project(path: ':odcsim-core', configuration: 'tests') + testApi project(':odcsim-engine-tests') testImplementation "org.junit.jupiter:junit-jupiter-api:$junit_jupiter_version" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junit_jupiter_version" testImplementation "org.junit.platform:junit-platform-launcher:$junit_platform_version" |
