zephyr/tests
Luiz Augusto von Dentz aac4f488be tests: Add shell tests
This adds the following tests:

help tests:
shell_exec(help): 0
shell_exec(help dummy): 0
shell_exec(help invalid): -22

select tests:
shell_exec(select): 0
shell_exec(select dummy): 0
shell_exec(select invalid): -22

module tests:
shell_exec(dummy cmd1): 0
shell_exec(dummy cmd1 arg1): -22
shell_exec(dummy cmd2 arg1): 0
shell_exec(dummy cmd2 arg1 arg2): -22
shell_exec(dummy cmd3 arg1 arg2): 0
shell_exec(dummy cmd3 arg1 arg2 arg3): -22
shell_exec(dummy cmd4 arg1 arg2 arg3): -22
shell_exec(cmd1): 0
shell_exec(cmd1 arg1): -22
shell_exec(cmd2 arg1): 0
shell_exec(cmd2 arg1 arg2): -22
shell_exec(cmd3 arg1 arg2): 0
shell_exec(cmd3 arg1 arg2 arg3): -22
shell_exec(cmd4 arg1 arg2 arg3): -22

app handler tests:
shell_exec(cmd4 arg1 arg2 arg3): 0

Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2017-06-09 18:54:27 -04:00
..
benchmarks tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
bluetooth tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
booting/stub license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
compliance tests/compiance/checkpatch: force the format to 'email' 2016-11-10 19:30:32 +00:00
crypto tests: crypto: reduce high timeout value 2017-05-01 09:37:34 -04:00
drivers tests: aio: Change reference voltage for AIO 2017-05-18 20:26:56 -04:00
include tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
kernel tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
lib/json tests: json: add tests for arrays of objects 2017-06-08 15:11:23 -04:00
net tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
power tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
shell tests: Add shell tests 2017-06-09 18:54:27 -04:00
subsys tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
unit bluetooth: at: enable CONFIG_SERIAL 2017-05-19 16:33:16 -04:00
ztest tests: use K_THREAD_STACK_DEFINE macros 2017-06-09 18:53:28 -04:00
Kconfig tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00
Makefile.test tests: Add a generic testing framework 2016-09-30 21:17:39 +00:00