This commit allows building tests using the ztest framework without including Zephyr. This can be used to enable unit testing single functions, even static ones. Origin: Original Change-Id: Ib7e84f4bd9bbbf158b9a19edaf6540f28e47259f Signed-off-by: Jaakko Hannikainen <jaakko.hannikainen@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
111 B
INI
8 lines
111 B
INI
[arch]
|
|
name = unit
|
|
platforms = unit_testing
|
|
supported_toolchains = zephyr
|
|
|
|
[unit_testing]
|
|
qemu_support = false
|