diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-05-19 02:00:39 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-05-20 01:36:02 +0200 |
| commit | ee9f39c98d2d00586ac33767bb3205774981a58f (patch) | |
| tree | 7af08c4dc4c2dffbf2718b2d92990a16fea0b75b /opendc/opendc-compute/build.gradle.kts | |
| parent | df5d9363e4e3558cb6e2f7f421412548b6d7d36a (diff) | |
perf: Add support for slice batches in VirtDriver
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}") |
