From f1daebc9d49910d9300da6616bc30baf2ab9650d Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 23 Apr 2022 11:43:22 +0200 Subject: build: Enable testing for all library modules This change updates the Gradle build configuration to ensure that all library modules (that will be published) use testing and are included in coverage reports. This should ensure the public modules remain well tested. --- opendc-simulator/opendc-simulator-compute/build.gradle.kts | 2 -- opendc-simulator/opendc-simulator-flow/build.gradle.kts | 2 -- opendc-simulator/opendc-simulator-network/build.gradle.kts | 2 -- opendc-simulator/opendc-simulator-power/build.gradle.kts | 2 -- 4 files changed, 8 deletions(-) (limited to 'opendc-simulator') diff --git a/opendc-simulator/opendc-simulator-compute/build.gradle.kts b/opendc-simulator/opendc-simulator-compute/build.gradle.kts index fb516ccf..f3f90bb6 100644 --- a/opendc-simulator/opendc-simulator-compute/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-compute/build.gradle.kts @@ -24,8 +24,6 @@ description = "Library for simulating computing workloads" plugins { `kotlin-library-conventions` - `testing-conventions` - `jacoco-conventions` `benchmark-conventions` } diff --git a/opendc-simulator/opendc-simulator-flow/build.gradle.kts b/opendc-simulator/opendc-simulator-flow/build.gradle.kts index 3f08071a..04d46607 100644 --- a/opendc-simulator/opendc-simulator-flow/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-flow/build.gradle.kts @@ -24,8 +24,6 @@ description = "High-performance flow simulator" plugins { `kotlin-library-conventions` - `testing-conventions` - `jacoco-conventions` `benchmark-conventions` } diff --git a/opendc-simulator/opendc-simulator-network/build.gradle.kts b/opendc-simulator/opendc-simulator-network/build.gradle.kts index 0cc7763e..a7f309c0 100644 --- a/opendc-simulator/opendc-simulator-network/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-network/build.gradle.kts @@ -24,8 +24,6 @@ description = "Library for simulating datacenter network components" plugins { `kotlin-library-conventions` - `testing-conventions` - `jacoco-conventions` } dependencies { diff --git a/opendc-simulator/opendc-simulator-power/build.gradle.kts b/opendc-simulator/opendc-simulator-power/build.gradle.kts index 59859403..ea36ce75 100644 --- a/opendc-simulator/opendc-simulator-power/build.gradle.kts +++ b/opendc-simulator/opendc-simulator-power/build.gradle.kts @@ -24,8 +24,6 @@ description = "Library for simulating datacenter power components" plugins { `kotlin-library-conventions` - `testing-conventions` - `jacoco-conventions` } dependencies { -- cgit v1.2.3