diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-02 00:38:44 +0200 |
|---|---|---|
| committer | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2020-10-02 20:57:35 +0200 |
| commit | 76c5d27618181c4ec9cf86085c65b5e69f5f9109 (patch) | |
| tree | c11446962064b610f0f8373cfdf73debdfc3d9d9 /simulator/opendc-workflows | |
| parent | 0119ca3b2e05b06f9646149c2d7bfe3d4b57c380 (diff) | |
Add opendc-simulator-compute module
This change adds an opendc-simulator-compute module which contains
interfaces related to simulating compute workloads. For future changes,
we intend to decouple the simulation part from the opendc-compute
module.
Diffstat (limited to 'simulator/opendc-workflows')
| -rw-r--r-- | simulator/opendc-workflows/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/opendc-workflows/build.gradle.kts b/simulator/opendc-workflows/build.gradle.kts index 97c588da..efffe7a1 100644 --- a/simulator/opendc-workflows/build.gradle.kts +++ b/simulator/opendc-workflows/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { api(project(":opendc-compute")) implementation(project(":opendc-utils")) - testImplementation(project(":opendc-simulator")) + testImplementation(project(":opendc-simulator:opendc-simulator-core")) testImplementation(project(":opendc-format")) testImplementation("org.junit.jupiter:junit-jupiter-api:${Library.JUNIT_JUPITER}") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:${Library.JUNIT_JUPITER}") |
