zephyr/tests/include
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
..
tc_nano_timeout_common.h
tc_util.h tests: provide MACRO to easily wrap test function to shell command 2016-11-08 14:25:59 +00:00
test_ecc_utils.h tinycrypt: Add test case for the ECC DSA algorithm 2016-09-20 12:54:21 +00:00
test_utils.h
util_test_common.h