testcase: fix up tc_roundrobin.c problem
authorEunBong Song <eunb.song@samsung.com>
Mon, 10 Apr 2017 10:01:09 +0000 (19:01 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:13 +0000 (12:02 +0900)
commit7448c30b0084da23c19fa05aa4877e3edf3addb7
tree14d1ed34f47f9779456add20b8cfa33288ab817f
parent601487cd344f417e20cc3a022907b9fc16cfc649
testcase: fix up tc_roundrobin.c problem

tc_roundrobin try to create 15 pthread. In case of CONFIG_MAX_TASKS is
16 or smaller than 16. This should fail. This patch fix up this problem.

Change-Id: I0e773d275db29a262a0acf4cd7f66c1abdf3e734
Signed-off-by: EunBong Song <eunb.song@samsung.com>
apps/examples/testcase/le_tc/kernel/tc_roundrobin.c