tests: net: 6lo: Make sure no error in microkernel
Microkernel test for 6lo was giving error because the prj.mdef file was refering to wrong function name. Change-Id: I4197c509fb266a908eb03cc0bda34e39c66b229c Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
This commit is contained in:
parent
9b2a896905
commit
c38dd8870c
2 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,4 @@
|
|||
|
||||
% TASK NAME PRIO ENTRY STACK GROUPS
|
||||
% ===================================================
|
||||
TASK MAIN 7 mainloop 2048 [EXE]
|
||||
TASK MAIN 7 main 2048 [EXE]
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
tags = net-6lo
|
||||
arch_whitelist = x86
|
||||
kernel = micro
|
||||
extra_args = KERNEL_TYPE=micro
|
||||
|
||||
[test_nano]
|
||||
tags = net-6lo
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue