From f5b705cb5f6c611f9f178ac647ef23ecdfeebefc Mon Sep 17 00:00:00 2001 From: Brendan Moran Date: Fri, 4 Mar 2016 13:20:30 +0000 Subject: [PATCH] Move unity and greentea-client back to test dependencies Unity and greentea-client should only be required for test. --- module.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/module.json b/module.json index 57bc399..660dda6 100644 --- a/module.json +++ b/module.json @@ -25,11 +25,13 @@ "-V" ] }, - "targetDependencies": { - "/mbed-os/net/stacks/lwip": { - "sal-stack-lwip": "^1.0.0", + "testDepenndencies" : { "unity": "^2.0.1", "greentea-client": "~0.1.4" + } + "targetDependencies": { + "/mbed-os/net/stacks/lwip": { + "sal-stack-lwip": "^1.0.0" }, "/mbed-os/net/stacks/nanostack": { "mbed-mesh-api": "^2.0.0"