From 164fa3764ef7b75f04a07aa1dbf8b36dd98d7fb9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 25 Apr 2019 14:19:58 +0200 Subject: 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. --- odcsim-engine-omega/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odcsim-engine-omega/build.gradle') 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" -- cgit v1.2.3