Home
last modified time | relevance | path

Searched refs:tests (Results 826 – 850 of 940) sorted by relevance

1...<<3132333435363738

/Zephyr-latest/tests/bsim/bluetooth/host/att/pipeline/tester/src/
Dmain.c694 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/
Dibecc.rst45 production. Error Injection is only enabled for tests.
/Zephyr-latest/boards/qemu/cortex_m3/doc/
Dindex.rst69 Use this configuration to run basic Zephyr applications and kernel tests in the QEMU
/Zephyr-latest/boards/arm/fvp_baser_aemv8r/doc/
Daarch64.rst88 Use this configuration to build basic Zephyr applications and kernel tests in the
/Zephyr-latest/scripts/ci/coverage/
Dcoverage_analysis.py218 tests = self.maintainers_file[item].get('tests', [])
219 for i_test in tests:
/Zephyr-latest/tests/ztest/error_hook/
DREADME.txt102 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/
Dmain.c673 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/
Dgmap_ugg_test.c1605 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()
Dpacs_notify_client_test.c641 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()
Dmcc_test.c2625 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()
Dcap_initiator_unicast_test.c1792 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/
Dtest_dfu.c1681 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/
DKconfig88 read/write/erase tests with speed output.
/Zephyr-latest/boards/qemu/nios2/doc/
Dindex.rst73 Use this configuration to run basic Zephyr applications and kernel tests in the QEMU
/Zephyr-latest/boards/nxp/imx8mn_evk/doc/
Dindex.rst107 Use this configuration to run basic Zephyr applications and kernel tests,
/Zephyr-latest/doc/project/
Ddev_env_and_tools.rst201 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/
DREADME.txt12 - start a helper thread to help with k_yield() tests
/Zephyr-latest/tests/drivers/build_all/dac/
Dapp.overlay9 * with real-world devicetree nodes, to allow these tests to run on
/Zephyr-latest/doc/develop/
Dmodules.rst362 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/
Dzephyr_module.py429 tests = meta.get('tests', [])
433 for pth in tests + samples:
/Zephyr-latest/boards/snps/nsim/arc_v/doc/
Dindex.rst57 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/
Dmain.c858 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/
Dbin_blobs.rst182 - :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/
Dtestplan.py389 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/
Ddlist.rst69 without tests or branches, for all list modification primitives.

1...<<3132333435363738