Lines Matching full:run

3 ESP-IDF unit tests are run using Unit Test App. The app can be built with the unit tests for a spec…
14 * Follow the printed instructions to flash, or run `idf.py -p PORT flash`.
24 * Follow the printed instructions to flash, or run `make flash`.
31 If building unit tests to run on a smaller flash size, edit `partition_table_unit_tests_app.csv` an…
35 The unit test loader will prompt by showing a menu of available tests to run:
37 * Type a number to run a single test.
38 * `*` to run all tests.
39 * `[tagname]` to run tests with "tag"
40 * `![tagname]` to run tests without "tag" (`![ignore]` is very useful as it runs all CI-enabled tes…
41 * `"test name here"` to run test with given name
71 …ems requires specific board to run. For example, if `CONFIG_ESP32_SPIRAM_SUPPORT` is enabled, then…
75 … artifacts). These config files will tell test jobs which cases it need to run, and pass some extr…
81 …bs in `unit_test` stage will run job according to unit test configs. Then unit test jobs will use …
92 Too many test cases vs jobs to run. Please add the following jobs to .gitlab-ci.yml with specific t…
125 3. Run the failed case on your board (refer to Running Unit Tests section).
127 …com/projects/esp-idf/en/latest/api-guides/unit-tests.html#running-unit-tests) to run test manually.
128 * Or, you can use `tools/unit-test-app/unit_test.py` to run the test cases (see below)
149 ### run a single test case by name
156 unit_test.py script will flash the unit test binary from the (default) build directory, then run th…
158 ### Run a single test case twice
164 ### run multiple unit test cases
170 ### run a multi-stage test (type of test and child case numbers are autodetected)
176 ### run a list of different unit tests (one simple and one multi-stage test)