diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-25 10:23:47 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2021-03-26 15:40:26 +0100 |
| commit | 0bbb0adb97ba4783bbd0073f845781725e6212e8 (patch) | |
| tree | d185a7c0e556946aff1334e3b92d6f3163046c21 /simulator/opendc-compute/opendc-compute-service/build.gradle.kts | |
| parent | 074dee1cbca7b3a024d45a3b9dd7d8b51acdd4ee (diff) | |
compute: Add test suite for ComputeService
This change adds a test suite for the OpenDC compute service.
Diffstat (limited to 'simulator/opendc-compute/opendc-compute-service/build.gradle.kts')
| -rw-r--r-- | simulator/opendc-compute/opendc-compute-service/build.gradle.kts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/simulator/opendc-compute/opendc-compute-service/build.gradle.kts b/simulator/opendc-compute/opendc-compute-service/build.gradle.kts index 1b09ef6d..1825e989 100644 --- a/simulator/opendc-compute/opendc-compute-service/build.gradle.kts +++ b/simulator/opendc-compute/opendc-compute-service/build.gradle.kts @@ -26,6 +26,7 @@ description = "OpenDC Compute Service implementation" plugins { `kotlin-library-conventions` `testing-conventions` + `jacoco-conventions` } dependencies { @@ -36,5 +37,5 @@ dependencies { implementation("io.github.microutils:kotlin-logging") testImplementation(project(":opendc-simulator:opendc-simulator-core")) - testRuntimeOnly("org.slf4j:slf4j-simple:${versions.slf4j}") + testRuntimeOnly("org.apache.logging.log4j:log4j-slf4j-impl") } |
