You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by cc...@apache.org on 2015/11/21 00:39:09 UTC

incubator-mynewt-larva git commit: Use selftest identity for self-contained test deps

Repository: incubator-mynewt-larva
Updated Branches:
  refs/heads/master b7f7ed22d -> 065725d55


Use selftest identity for self-contained test deps


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/commit/065725d5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/tree/065725d5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/diff/065725d5

Branch: refs/heads/master
Commit: 065725d559ce155c299791b17d22410be10c5790
Parents: b7f7ed2
Author: Christopher Collins <cc...@gmail.com>
Authored: Fri Nov 20 15:39:02 2015 -0800
Committer: Christopher Collins <cc...@gmail.com>
Committed: Fri Nov 20 15:39:02 2015 -0800

----------------------------------------------------------------------
 libs/os/egg.yml         | 2 +-
 net/nimble/host/egg.yml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/065725d5/libs/os/egg.yml
----------------------------------------------------------------------
diff --git a/libs/os/egg.yml b/libs/os/egg.yml
index 709d1a3..08c4413 100644
--- a/libs/os/egg.yml
+++ b/libs/os/egg.yml
@@ -11,4 +11,4 @@ egg.deps.SHELL:
 egg.cflags.SHELL: -DSHELL_PRESENT 
 
 # Satisfy capability dependencies for the self-contained test executable.
-egg.deps.test: libs/console/stub
+egg.deps.selftest: libs/console/stub

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-larva/blob/065725d5/net/nimble/host/egg.yml
----------------------------------------------------------------------
diff --git a/net/nimble/host/egg.yml b/net/nimble/host/egg.yml
index 62bdedf..75fc8a6 100644
--- a/net/nimble/host/egg.yml
+++ b/net/nimble/host/egg.yml
@@ -8,5 +8,5 @@ egg.req_caps:
     - console
 
 # Satisfy capability dependencies for the self-contained test executable.
-egg.deps.test: libs/console/stub
-egg.cflags.test: -DPHONY_TRANSPORT
+egg.deps.selftest: libs/console/stub
+egg.cflags.selftest: -DPHONY_TRANSPORT