Searched refs:unit (Results 1 – 17 of 17) sorted by relevance
103 perl scripts/run-test-suites.pl -v 2 |tee unit-test-$TEST_OUTPUT162 PASSED_TESTS=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/test cases passed :[\t]*\([0-9]*\)/\1/p…163 SKIPPED_TESTS=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/skipped :[ \t]*\([0-9]*\)/\1/p'| tr -d…164 TOTAL_SUITES=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/.* (\([0-9]*\) .*, [0-9]* tests run)/\1…165 FAILED_TESTS=$(tail -n6 unit-test-$TEST_OUTPUT|sed -n -e 's/failed :[\t]*\([0-9]*\)/\1/p' |tr -d ' …261 rm unit-test-$TEST_OUTPUT
34 unit \45 unit \ subdir
31 add_subdirectory(unit)
21 # whether the package will be built with or without unit and33 # controls whether the package will be built with or without unit and
204 # Check (run unit tests) OpenThread for the specified target.217 # Check (run unit tests) OpenThread for the specified target.230 # Generate code coverage from unit tests for OpenThread for the
221 # Check (run unit tests) OpenThread for the specified target.234 # Check (run unit tests) OpenThread for the specified target.247 # Generate code coverage from unit tests for OpenThread for the
35 The same rules and guidelines apply as for [unit test descriptions](#unit-test-descriptions). In ad…
13 ### SE driver interface unit tests15 This section describes unit tests that must be implemented to validate the secure element driver in…17 Many SE driver interface unit tests could be covered by running the existing API tests with a key i…
34 In unit tests and in test programs, it's ok to include header files from `library/`. Do not define …36 Sometimes it makes sense to have unit tests on functions that aren't part of the public API. Declar…73 In unit test code that needs to modify the internal behavior:102 * Files in storage (PSA API only — in the Mbed TLS API, black-box unit tests are sufficient).
76 $(NL_V_AT)echo " Generate all configured build artifacts and run all unit "80 $(NL_V_AT)echo " Generate all configured build artifacts, run all unit "
33 Those record protection routines have unit tests in `test_suite_ssl` alongside the
46 …- If the unit is a core/private header file, `"openthread-core-config.h"` should be the first head…47 - If the unit is a core/private `.c` or `.cpp` file:48 …- If the unit has a corresponding header file, the unit's corresponding header file should be incl…49 …- If the unit has no corresponding header file, then it should directly include `"openthread-core-…
1027 tests/unit/Makefile
20 # unit tests.
610 unit)
50 …just run `make` in the top-level directory to build the library, a set of unit tests and some samp…58 To run the unit tests on the host machine, run `make test` from the top-level directory. If you are…
258 * Fix bug in redirection of unit test outputs on platforms where stdout is391 * The unit tests now rely on header files in tests/include/test and source971 * Add unit tests for AES-GCM when called through mbedtls_cipher_auth_xxx()1617 * New unit tests for timing. Improve the self-test to be more robust1717 * Fix incorrect unit in benchmark output. #850