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-core/build.gradle | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'odcsim-core/build.gradle') diff --git a/odcsim-core/build.gradle b/odcsim-core/build.gradle index 83dfabec..a0cd8450 100644 --- a/odcsim-core/build.gradle +++ b/odcsim-core/build.gradle @@ -39,18 +39,3 @@ dependencies { testImplementation "org.junit.platform:junit-platform-launcher:$junit_platform_version" testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.0.0" } - -/* Create configuration for test suite used by implementors */ -task testJar(type: Jar, dependsOn: testClasses) { - from sourceSets.test.output -} - -configurations { - tests -} - -artifacts { - tests testJar -} - - -- cgit v1.2.3