summaryrefslogtreecommitdiff
path: root/simulator/settings.gradle.kts
diff options
context:
space:
mode:
authorFabian Mastenbroek <mail.fabianm@gmail.com>2021-02-23 21:55:50 +0100
committerGitHub <noreply@github.com>2021-02-23 21:55:50 +0100
commit4a4e724bee6ccfbf961b750b1f8cf56eaf7d3b5e (patch)
treecbbbcd759f16b8d0aa87c41b7f10dcc5fdf7087a /simulator/settings.gradle.kts
parent60a0cf76bcd5b5c8b1b5a912b2337266e87b5321 (diff)
parent15fcd1a10018605f59ca7a644b8f3b3960e7b6b0 (diff)
harness: Perform several improvements
This commit performs several improvements to the OpenDC harness and modules utilizing the harness.
Diffstat (limited to 'simulator/settings.gradle.kts')
-rw-r--r--simulator/settings.gradle.kts3
1 files changed, 2 insertions, 1 deletions
diff --git a/simulator/settings.gradle.kts b/simulator/settings.gradle.kts
index 470303f4..77d78318 100644
--- a/simulator/settings.gradle.kts
+++ b/simulator/settings.gradle.kts
@@ -21,13 +21,14 @@
*/
rootProject.name = "opendc-simulator"
+include(":opendc-platform")
include(":opendc-core")
include(":opendc-compute:opendc-compute-core")
include(":opendc-compute:opendc-compute-simulator")
include(":opendc-workflows")
include(":opendc-format")
include(":opendc-experiments:opendc-experiments-sc18")
-include(":opendc-experiments:opendc-experiments-sc20")
+include(":opendc-experiments:opendc-experiments-capelin")
include(":opendc-runner-web")
include(":opendc-simulator:opendc-simulator-core")
include(":opendc-simulator:opendc-simulator-compute")