From f5a8a375e1ea62d6fc7f7f7dacb7cb311da574fd Mon Sep 17 00:00:00 2001 From: Konstantin Boudnik Date: Fri, 20 Feb 2015 12:50:00 -0800 Subject: BIGTOP-1621. Migrate itest to gradle --- settings.gradle | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'settings.gradle') diff --git a/settings.gradle b/settings.gradle index a752a5c8..30e69241 100644 --- a/settings.gradle +++ b/settings.gradle @@ -16,3 +16,7 @@ * limitations under the License. */ rootProject.name = 'bigtop' + +include 'bigtop-test-framework', 'bigtop-tests:smoke-tests' + +project(":bigtop-test-framework").name = 'itest-common' -- cgit v1.2.3