You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2019/01/11 23:01:45 UTC

[GitHub] ccollins476ad closed pull request #1594: Add stub log dependency to self tests

ccollins476ad closed pull request #1594: Add stub log dependency to self tests
URL: https://github.com/apache/mynewt-core/pull/1594
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/boot/boot_serial/test/pkg.yml b/boot/boot_serial/test/pkg.yml
index 74440e7145..c1dc43cbe9 100644
--- a/boot/boot_serial/test/pkg.yml
+++ b/boot/boot_serial/test/pkg.yml
@@ -29,3 +29,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/boot/bootutil/test/pkg.yml b/boot/bootutil/test/pkg.yml
index a02601f129..291eea0c6e 100644
--- a/boot/bootutil/test/pkg.yml
+++ b/boot/bootutil/test/pkg.yml
@@ -28,3 +28,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/crypto/mbedtls/test/pkg.yml b/crypto/mbedtls/test/pkg.yml
index 845beeb89b..c9a6866548 100644
--- a/crypto/mbedtls/test/pkg.yml
+++ b/crypto/mbedtls/test/pkg.yml
@@ -28,3 +28,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/encoding/base64/test/pkg.yml b/encoding/base64/test/pkg.yml
index 6d6438cacd..3e914b67e7 100644
--- a/encoding/base64/test/pkg.yml
+++ b/encoding/base64/test/pkg.yml
@@ -28,3 +28,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/encoding/cborattr/test/pkg.yml b/encoding/cborattr/test/pkg.yml
index 945cb66efa..48f57fd934 100644
--- a/encoding/cborattr/test/pkg.yml
+++ b/encoding/cborattr/test/pkg.yml
@@ -29,3 +29,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/encoding/json/test/pkg.yml b/encoding/json/test/pkg.yml
index 3062b4af43..fcb8b85a31 100644
--- a/encoding/json/test/pkg.yml
+++ b/encoding/json/test/pkg.yml
@@ -28,3 +28,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/fs/fcb/test/pkg.yml b/fs/fcb/test/pkg.yml
index 555bde1b25..76beacee78 100644
--- a/fs/fcb/test/pkg.yml
+++ b/fs/fcb/test/pkg.yml
@@ -28,3 +28,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/fs/fcb2/test/pkg.yml b/fs/fcb2/test/pkg.yml
index 1fb6dc11ab..8eedebe1f0 100644
--- a/fs/fcb2/test/pkg.yml
+++ b/fs/fcb2/test/pkg.yml
@@ -28,3 +28,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/hw/drivers/flash/enc_flash/test/pkg.yml b/hw/drivers/flash/enc_flash/test/pkg.yml
index a18cfb12af..a43aea9edf 100644
--- a/hw/drivers/flash/enc_flash/test/pkg.yml
+++ b/hw/drivers/flash/enc_flash/test/pkg.yml
@@ -30,3 +30,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/net/ip/mn_socket/test/pkg.yml b/net/ip/mn_socket/test/pkg.yml
index 6b57741313..315131f3c1 100644
--- a/net/ip/mn_socket/test/pkg.yml
+++ b/net/ip/mn_socket/test/pkg.yml
@@ -28,3 +28,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/sys/config/test-fcb/pkg.yml b/sys/config/test-fcb/pkg.yml
index 7478699e94..0ef0a72d67 100644
--- a/sys/config/test-fcb/pkg.yml
+++ b/sys/config/test-fcb/pkg.yml
@@ -29,3 +29,4 @@ pkg.deps:
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/fs/fcb"
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/sys/flash_map/test/pkg.yml b/sys/flash_map/test/pkg.yml
index 6028ab860c..0c7e5e1975 100644
--- a/sys/flash_map/test/pkg.yml
+++ b/sys/flash_map/test/pkg.yml
@@ -27,3 +27,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/util/cbmem/test/pkg.yml b/util/cbmem/test/pkg.yml
index 7d0d78372e..83cae6e710 100644
--- a/util/cbmem/test/pkg.yml
+++ b/util/cbmem/test/pkg.yml
@@ -28,3 +28,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/util/debounce/test/pkg.yml b/util/debounce/test/pkg.yml
index 698e100de5..7c74039ed4 100644
--- a/util/debounce/test/pkg.yml
+++ b/util/debounce/test/pkg.yml
@@ -29,3 +29,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - '@apache-mynewt-core/sys/console/stub'
+    - "@apache-mynewt-core/sys/log/stub"
diff --git a/util/rwlock/test/pkg.yml b/util/rwlock/test/pkg.yml
index 4e3b27201b..ceb9b76f22 100644
--- a/util/rwlock/test/pkg.yml
+++ b/util/rwlock/test/pkg.yml
@@ -29,3 +29,4 @@ pkg.deps:
 
 pkg.deps.SELFTEST:
     - "@apache-mynewt-core/sys/console/stub"
+    - "@apache-mynewt-core/sys/log/stub"


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services