diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-02-29 15:40:55 +0100 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-02-29 15:40:55 +0100 |
| commit | 1631157a0c6d3ee6f93d422ad39bcee0ece4de3b (patch) | |
| tree | 0fe49b91dcdcfc3e5a03ef4978907e1afe6d120f /opendc/opendc-workflows/build.gradle.kts | |
| parent | f13cda61c142ff3d1a2e75de2b05667bdb3ab3ae (diff) | |
test: Add integration test for workflow service
This change adds a simple integration test so we can measure the change
in duration after performance improvements and test whether large
experiments will still function after changes.
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}") |
