This website requires JavaScript.
Explore
Help
Sign in
michaelh
/
zephyr
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Releases
Activity
main
zephyr
/
tests
/
ztest
/
fail
/
core
/
prj.conf
7 lines
100 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
ztest: add framework tests for failed states Add specialized tests that execute another test indirectly and ensure that the results report errors correctly. See the README.rst file provided with this commit for details. Signed-off-by: Yuval Peress <peress@google.com>
2022-08-18 23:31:36 -06:00
# Copyright (c) 2022 Google LLC
# SPDX-License-Identifier: Apache-2.0
CONFIG_ZTEST=y
treewide: Use CONFIG_CPP instead of CONFIG_CPLUSPLUS This commit updates all in-tree code to use `CONFIG_CPP` instead of `CONFIG_CPLUSPLUS`, which is now deprecated. Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
2022-12-09 06:16:44 +09:00
CONFIG_CPP=y
Copy permalink