diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-05-20 15:59:54 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2020-05-20 15:59:54 +0200 |
| commit | 70ad01d793f88b1bef7d7988d24bff384ddbb3b9 (patch) | |
| tree | 10b4d6053d1cd58e921f71ff7b0d6f0cf7bab75a /opendc/opendc-compute/build.gradle.kts | |
| parent | ee494d6ce6f817cf4e9ab0dba0d9f9f1987c0029 (diff) | |
| parent | 21eafd32c45495ab9e8ebbeffbdbe1d43ffe566b (diff) | |
Merge branch 'perf/batch-slices' into '2.x'
Batch VM slices
See merge request opendc/opendc-simulator!70
Diffstat (limited to 'opendc/opendc-compute/build.gradle.kts')
| -rw-r--r-- | opendc/opendc-compute/build.gradle.kts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opendc/opendc-compute/build.gradle.kts b/opendc/opendc-compute/build.gradle.kts index 7d43b064..acdcd5a7 100644 --- a/opendc/opendc-compute/build.gradle.kts +++ b/opendc/opendc-compute/build.gradle.kts @@ -36,6 +36,7 @@ dependencies { implementation("io.github.microutils:kotlin-logging:1.7.9") testRuntimeOnly(project(":odcsim:odcsim-engine-omega")) + testRuntimeOnly("org.slf4j:slf4j-simple:${Library.SLF4J}") testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${Library.JUNIT_JUPITER}") testImplementation("org.junit.platform:junit-platform-launcher:${Library.JUNIT_PLATFORM}") |
