From 1631157a0c6d3ee6f93d422ad39bcee0ece4de3b Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Sat, 29 Feb 2020 15:40:55 +0100 Subject: 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. --- opendc/opendc-workflows/build.gradle.kts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'opendc/opendc-workflows/build.gradle.kts') 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}") -- cgit v1.2.3