This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
92c7ef5939
zephyr
/
tests
/
unit
/
net
/
buf
/
Makefile
4 lines
71 B
Makefile
Raw
Normal View
History
Unescape
Escape
net: Moved net/ to subsys/net * Moved networking code into subsys/net. * Renamed net/yaip to net/ip at the same time. * Fixed the tests/net to compile * Fixed the Makefiles and Kconfig files in subsys/net to use the new location of the IP stack Change-Id: Ie45d9e8cb45a93fefdf969b20a81e3b1d3c16355 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-11-12 05:46:28 +08:00
INCLUDE
+=
subsys
tests: Add a sample for testing natively This simple unit test runs basic sanity checking on buffers from net_buf_get. It demonstrates the mocking support in a real-world case, where it is used to remove the dependency to nano_fifo. Origin: Original Signed-off-by: Jaakko Hannikainen <jaakko.hannikainen@intel.com> Change-Id: If2757823bebbc0fa22b3064a432032cdbccdfe2b Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-08-29 19:59:44 +08:00
i
n
c
l
u
d
e
$(
ZEPHYR_BASE
)
/
t
e
s
t
s
/
u
n
i
t
/
M
a
k
e
f
i
l
e
.
u
n
i
t
t
e
s
t