diff options
Diffstat (limited to 'opendc/opendc-workflows/build.gradle.kts')
| -rw-r--r-- | opendc/opendc-workflows/build.gradle.kts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opendc/opendc-workflows/build.gradle.kts b/opendc/opendc-workflows/build.gradle.kts index 08455368..7a5e2067 100644 --- a/opendc/opendc-workflows/build.gradle.kts +++ b/opendc/opendc-workflows/build.gradle.kts @@ -34,6 +34,8 @@ dependencies { api(project(":opendc:opendc-compute")) implementation(kotlin("stdlib")) + testRuntimeOnly(project(":odcsim:odcsim-engine-omega")) + testImplementation(project(":opendc:opendc-format")) 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}") |
