Searched refs:tests (Results 1 – 9 of 9) sorted by relevance
/lvgl-latest/tests/ |
D | README.md | 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, [all …]
|
/lvgl-latest/tests/unity/ |
D | generate_test_runner.rb | 68 tests = find_tests(source) 77 generate(input_file, output_file, tests, used_mocks, testfile_includes) 87 def generate(input_file, output_file, tests, used_mocks, testfile_includes) argument 90 create_externs(output, tests, used_mocks) 97 create_run_test(output) unless tests.empty? 98 create_args_wrappers(output, tests) 99 create_main(output, input_file, tests, used_mocks) 105 create_h_file(output, @options[:header_file], tests, testfile_includes, used_mocks) 243 def create_externs(output, tests, _mocks) argument 248 tests.each do |test| [all …]
|
/lvgl-latest/ |
D | .gitignore | 23 tests/build_*/ 24 tests/report/
|
/lvgl-latest/.github/workflows/ |
D | makefile.yml | 20 working-directory: tests/makefile
|
/lvgl-latest/scripts/ |
D | code-format.cfg | 42 --exclude=../tests/src/test_cases/_test_template.c
|
D | changelog-template.hbs | 84 ### CI and tests
|
/lvgl-latest/demos/benchmark/ |
D | README.md | 5 The benchmark demo tests the performance in various cases. 7 All tests are repeated with 50% opacity.
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 72 ### CI and tests 155 ### CI and tests 214 ### CI and tests 244 ### CI and tests 314 ### CI and tests 614 ### CI and tests 617 - test(line): add unit tests for line widget [`3104`](https://github.com/lvgl/lvgl/pull/3104) 620 - test(table): add unit tests [`3040`](https://github.com/lvgl/lvgl/pull/3040) 626 - ci make sure LVGL assertions cause tests to fail [`b83c5aa`](https://github.com/lvgl/lvgl/commit/… 630 - ci limit tests to 15 seconds [`003f18f`](https://github.com/lvgl/lvgl/commit/003f18f86c5c72892057… [all …]
|
D | CONTRIBUTING.md | 76 - `test` anything related to tests (new and updated tests or CI actions)
|