Lines Matching full:tests
1 # Tests for LVGL
3 The tests in the folder can be run locally and automatically by GitHub CI.
16 1. Run all executable tests with `./tests/main.py test`.
17 2. Build all build-only tests with `./tests/main.py build`.
18 3. Clean prior test build, build all build-only tests,
19 run executable tests, and generate code coverage
20 report `./tests/main.py --clean --report build test`.
22 For full information on running tests run: `./tests/main.py --help`.
26 GitHub's CI automatically runs these tests on pushes and pull requests to `master` and `releasev8.*…
29 - `src` Source files of the tests
30 - `test_cases` The written tests,
37 ## Add new tests