/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/ |
D | main.c | 694 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 696 return bst_add_tests(tests, test_to_add); in install()
|
/Zephyr-latest/doc/hardware/peripherals/edac/ |
D | ibecc.rst | 45 production. Error Injection is only enabled for tests.
|
/Zephyr-latest/boards/qemu/cortex_m3/doc/ |
D | index.rst | 69 Use this configuration to run basic Zephyr applications and kernel tests in the QEMU
|
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/ |
D | aarch64.rst | 88 Use this configuration to build basic Zephyr applications and kernel tests in the
|
/Zephyr-latest/scripts/ci/coverage/ |
D | coverage_analysis.py | 218 tests = self.maintainers_file[item].get('tests', []) 219 for i_test in tests:
|
/Zephyr-latest/tests/ztest/error_hook/ |
D | README.txt | 102 ASSERTION FAIL [a != ((void *)0)] @ WEST_TOPDIR/zephyr/tests/ztest/error_hook/src/main.c:41 175 ASSERTION FAIL [a != ((void *)0)] @ WEST_TOPDIR/zephyr/tests/ztest/error_hook/src/main.c:41
|
/Zephyr-latest/tests/bsim/bluetooth/host/l2cap/split/tester/src/ |
D | main.c | 673 static struct bst_test_list *install(struct bst_test_list *tests) in install() argument 675 return bst_add_tests(tests, test_to_add); in install()
|
/Zephyr-latest/tests/bsim/bluetooth/audio/src/ |
D | gmap_ugg_test.c | 1605 struct bst_test_list *test_gmap_ugg_install(struct bst_test_list *tests) in test_gmap_ugg_install() argument 1607 return bst_add_tests(tests, test_gmap_ugg); in test_gmap_ugg_install() 1612 struct bst_test_list *test_gmap_ugg_install(struct bst_test_list *tests) in test_gmap_ugg_install() argument 1614 return tests; in test_gmap_ugg_install()
|
D | pacs_notify_client_test.c | 641 struct bst_test_list *test_pacs_notify_client_install(struct bst_test_list *tests) in test_pacs_notify_client_install() argument 643 return bst_add_tests(tests, test_pacs_notify_client); in test_pacs_notify_client_install()
|
D | mcc_test.c | 2625 struct bst_test_list *test_mcc_install(struct bst_test_list *tests) in test_mcc_install() argument 2627 return bst_add_tests(tests, test_mcs); in test_mcc_install() 2632 struct bst_test_list *test_mcc_install(struct bst_test_list *tests) in test_mcc_install() argument 2634 return tests; in test_mcc_install()
|
D | cap_initiator_unicast_test.c | 1792 struct bst_test_list *test_cap_initiator_unicast_install(struct bst_test_list *tests) in test_cap_initiator_unicast_install() argument 1794 return bst_add_tests(tests, test_cap_initiator_unicast); in test_cap_initiator_unicast_install() 1799 struct bst_test_list *test_cap_initiator_unicast_install(struct bst_test_list *tests) in test_cap_initiator_unicast_install() argument 1801 return tests; in test_cap_initiator_unicast_install()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 1681 struct bst_test_list *test_dfu_install(struct bst_test_list *tests) in test_dfu_install() argument 1683 tests = bst_add_tests(tests, test_dfu); in test_dfu_install() 1684 return tests; in test_dfu_install()
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 88 read/write/erase tests with speed output.
|
/Zephyr-latest/boards/qemu/nios2/doc/ |
D | index.rst | 73 Use this configuration to run basic Zephyr applications and kernel tests in the QEMU
|
/Zephyr-latest/boards/nxp/imx8mn_evk/doc/ |
D | index.rst | 107 Use this configuration to run basic Zephyr applications and kernel tests,
|
/Zephyr-latest/doc/project/ |
D | dev_env_and_tools.rst | 201 All changes submitted to GitHub are subject to tests that are run on 203 can be immediately identified. Testing using Twister additionally performs build tests 211 The CI infrastructure currently runs the following tests: 218 - Run kernel tests in QEMU (can vote -1 on errors)
|
/Zephyr-latest/tests/kernel/context/ |
D | README.txt | 12 - start a helper thread to help with k_yield() tests
|
/Zephyr-latest/tests/drivers/build_all/dac/ |
D | app.overlay | 9 * with real-world devicetree nodes, to allow these tests to run on
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 362 Integration tests: 364 * may be in the form of a minimal set of samples and tests that reside 379 Vendor HALs are implicitly tested via Zephyr tests built or executed 380 on target platforms, so they do not need to provide integration tests. 387 testing infrastructure but are written explicitly for Zephyr. These tests 973 To execute both tests and samples available in modules, the Zephyr test runner 975 tests. This can be done by specifying the path to both samples and tests in the 987 tests: 988 - tests
|
/Zephyr-latest/scripts/ |
D | zephyr_module.py | 429 tests = meta.get('tests', []) 433 for pth in tests + samples:
|
/Zephyr-latest/boards/snps/nsim/arc_v/doc/ |
D | index.rst | 57 Note that even if both GNU and MWDT toolchain support is declared for the target some tests or 61 Use this configuration to run basic Zephyr applications and kernel tests in
|
/Zephyr-latest/tests/bsim/bluetooth/ll/cis/src/ |
D | main.c | 858 struct bst_test_list *test_cis_install(struct bst_test_list *tests) argument 860 return bst_add_tests(tests, test_def);
|
/Zephyr-latest/doc/contribute/ |
D | bin_blobs.rst | 182 - :file:`tests/kernel` 185 tests for a minimal feature set which must be supported via open source software 222 project's CI infrastructure that builds and optionally executes tests and samples
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | testplan.py | 389 tests = Node("Tests", parent=testsuite) 405 tests, 406 lambda node, sname=sec[0]: node.name == sname and node.parent == tests 409 area = Node(sec[0], parent=tests)
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | dlist.rst | 69 without tests or branches, for all list modification primitives.
|