zephyr/tests
jing wang 4ee0b6b589 tests: provide MACRO to easily wrap test function to shell command
usage is as below:

TC_CMD_DEFINE(test_func_1)
TC_CMD_DEFINE(test_func_2)

static const struct shell_cmd commands[] = {
		TC_CMD_ITEM(test_func_1),
		TC_CMD_ITEM(test_func_2),
		{ NULL, NULL }
};
SHELL_REGISTER("runtest", commands);

Change-Id: I4eab67113954f373d5a2cbfaa729be180fd31444
Signed-off-by: jing wang <jing.j.wang@intel.com>
2016-11-08 14:25:59 +00:00
..
bluetooth
booting/stub
compliance
crypto
drivers
fs/fat_fs boards: arduino_101: Set sensible default for SPI_0_CS_GPIO 2016-11-08 14:24:25 +00:00
include tests: provide MACRO to easily wrap test function to shell command 2016-11-08 14:25:59 +00:00
kernel
legacy sanity: add DEBUG setting for test_sema 2016-11-08 01:23:36 +00:00
net
power/power_states
unit tests: remove errant -O0 2016-11-07 19:29:01 +00:00
ztest ztest.h: add required definition for unified kernel 2016-11-07 19:29:02 +00:00
defaults.tc
Kconfig
Makefile
Makefile.test