From 164fa3764ef7b75f04a07aa1dbf8b36dd98d7fb9 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Thu, 25 Apr 2019 14:19:58 +0200 Subject: test: Move implementation test suite into separate package This change moves the implementation conformance test suite from the test sources of `odcsim-core` to a new `odcsim-engine-tests` module in order to simplify Gradle configuration. --- settings.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'settings.gradle') diff --git a/settings.gradle b/settings.gradle index a7a78f90..9ae9a5ab 100644 --- a/settings.gradle +++ b/settings.gradle @@ -24,4 +24,5 @@ rootProject.name = 'opendc-simulator' include 'odcsim-core' +include 'odcsim-engine-tests' include 'odcsim-engine-omega' -- cgit v1.2.3