Home
last modified time | relevance | path

Searched refs:test (Results 1 – 25 of 32) sorted by relevance

12

/lvgl-latest/tests/src/test_cases/
Dtest_tree.c48 static lv_test_node_t * test; variable
52 test = lv_test_create(NULL); in setUp()
57 lv_test_delete(test); in tearDown()
62 lv_test_node_t * node = lv_test_create(test); in testCreateAndDelete()
63 TEST_ASSERT_EQUAL_UINT32(1, test->base.child_cnt); in testCreateAndDelete()
65 TEST_ASSERT_EQUAL(test, node->base.parent); in testCreateAndDelete()
66 TEST_ASSERT_EQUAL(NULL, test->base.parent); in testCreateAndDelete()
72 TEST_ASSERT_EQUAL(NULL, test->base.children[0]); in testCreateAndDelete()
91 lv_test_node_t * node = lv_test_create(test); in testBuildTree()
105 lv_test_node_t * node = lv_test_create(test); in testWalkTree()
[all …]
/lvgl-latest/tests/
DREADME.md15 ### Run test
16 1. Run all executable tests with `./tests/main.py test`.
18 3. Clean prior test build, build all build-only tests,
20 report `./tests/main.py --clean --report build test`.
21 4. You can re-generate the test images by adding option `--update-image`.
24 `./tests/main.py --update-image test`
41 - `unity` Source files of the test engine
45 ### Create new test file
46 New test needs to be added into the `src/test_cases` folder. The name of the files should look like…
DCMakeLists.txt105 -DLV_USE_OBJ_PROPERTY=1 # add obj property test and disable pedantic
233 # Options test cases are compiled with.
247 # Options test cases are compiled with.
320 # Generate one test executable for each source file pair.
322 # sources in src/test_cases is the actual test case.
329 # libjpeg is required for the jpeg test case
351 # libpng is required for the png test case
355 # libfreetype is required for the font test case
364 # libinput is required for the libinput device driver test case
404 # libdrm is required for the DRM display driver test case
[all …]
/lvgl-latest/scripts/
Dchangelog-template.hbs99 {{#commit-list merges heading='' message='(^ci|^test)'}}
102 {{#commit-list commits heading='' message='(^ci|^test)'}}
105 {{#commit-list fixes heading='' message='(^ci|^test)'}}
112 {{#commit-list merges heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
115 {{#commit-list commits heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
118 {{#commit-list fixes heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
/lvgl-latest/docs/details/integration/os/buildroot/
Dquick_setup.rst4 A Git repository is available that includes everything needed to test the
55 Go to :ref:`flash_the_image` to test the system.
/lvgl-latest/docs/details/other-components/
Dmonkey.rst7 The Monkey module provides LVGL applications with a simple monkey test. Monkey
11 test an LVGL application.
Dobj_id.rst128 test code in your compile (or if you otherwise simply need to use them), you
/lvgl-latest/demos/stress/
DREADME.md5 A stress test for LVGL.
/lvgl-latest/demos/
DREADME.md23 /* Stress test for LVGL */
151 A stress test for LVGL. It contains a lot of object creation, deletion, animations, style usage, an…
153 ![Stress test for LVGL](stress/screenshot1.png)
/lvgl-latest/env_support/cmake/
Dmicropython.cmake15 # /home/test/build/lv_micropython/ports/rp2/build-PICO/lv_mp.c:29316:16: error:
/lvgl-latest/docs/
DROADMAP.rst18 - December 18: Release candidate version and call to test
104 - |uncheck| Unit test for all widgets #2337
105 - |uncheck| CI test for flash/RAM usage #3127
DREADME_zh.rst176 .. image:: https://github.com/kisvegabor/test/raw/master/readme_example_1.png
224 .. image:: https://github.com/kisvegabor/test/raw/master/readme_example_2.gif
281 .. image:: https://github.com/kisvegabor/test/raw/master/readme_example_3.gif
368 .. image:: https://github.com/kisvegabor/test/raw/master/readme_example_4.gif
465 .. image:: https://github.com/kisvegabor/test/raw/master/readme_example_5.png
DCHANGELOG.rst86 - **feat(tests): add VG-Lite render test** `6264 <https://github.com/lvgl/lvgl/pull/6264>`__
109 - **feat(test): enable warning to format-security** `6199 <https://github.com/lvgl/lvgl/pull/6199>`…
118 - **feat(ci): Add CI test for UEFI build** `5964 <https://github.com/lvgl/lvgl/pull/5964>`__
213 - **fix(vector): fix vector graphic draw test case for amd64** `6616 <https://github.com/lvgl/lvgl…
232 - **fix(test): fix filter option dot escape by setting regexp string** `6509 <https://github.com/lv…
261 - **fix(test): fix compile error on macos** `6377 <https://github.com/lvgl/lvgl/pull/6377>`__
410 - **ci(sdl): add sdl build to ci test** `6505 <https://github.com/lvgl/lvgl/pull/6505>`__
412 - **test(span): add span testcase for Chinese line break** `6236 <https://github.com/lvgl/lvgl/pull…
413 - **ci(test): fix include path** `6141 <https://github.com/lvgl/lvgl/pull/6141>`__
417 - **ci(test): remove non-native builds and add native 32 and 64 bit builds instead** `f2e81d8 <http…
[all …]
DREADME_jp.rst161 .. figure:: https://github.com/kisvegabor/test/raw/master/readme_example_1.gif
237 .. figure:: https://github.com/kisvegabor/test/raw/master/readme_example_2.gif
343 .. figure:: https://github.com/kisvegabor/test/raw/master/readme_example_3.gif
457 .. figure:: https://github.com/kisvegabor/test/raw/master/readme_example_4.png
DREADME_pt_BR.rst221 .. figure:: https://github.com/kisvegabor/test/raw/master/readme_example_1.gif
297 .. figure:: https://github.com/kisvegabor/test/raw/master/readme_example_2.gif
403 .. figure:: https://github.com/kisvegabor/test/raw/master/readme_example_3.gif
517 .. figure:: https://github.com/kisvegabor/test/raw/master/readme_example_4.png
DCODING_STYLE.rst395 It is not necessary to do a commit to test the hooks, you can test hooks
/lvgl-latest/docs/details/libs/
Drle.rst17 Based on test result from a watch project. Most of the images can be compressed
/lvgl-latest/docs/details/integration/driver/
Dlibinput.rst15 installed as well (usually in ``/usr/share/libinput/*.quirks``). To test if your device is set up c…
/lvgl-latest/
DREADME.md115 ![Simple Hello world label example in LVGL](https://github.com/kisvegabor/test/raw/master/readme_ex…
151 ![LVGL button with label example](https://github.com/kisvegabor/test/raw/master/readme_example_2.gi…
195 ![Checkboxes with layout in LVGL](https://github.com/kisvegabor/test/raw/master/readme_example_3.gi…
271 ![Styling a slider with LVGL](https://github.com/kisvegabor/test/raw/master/readme_example_4.gif)
359 ![English, Hebrew and Chinese texts with LVGL](https://github.com/kisvegabor/test/raw/master/readme…
DKconfig1559 bool "Enable Monkey test"
2011 bool "Render test for each primitives. Requires at least 480x272 display"
2015 bool "Scroll settings test for LVGL"
2019 bool "Stress test for LVGL"
2023 bool "Transform test for LVGL"
/lvgl-latest/docs/details/integration/chip/
Dstm32.rst62 - Create some dummy Widgets to test the output:
181 - Create some dummy Widgets to test the output:
Darm.rst42 …`, ``cortex-m55``, or ``cortex-m52`` and add the ``-fvectorize`` flag. To test without SIMD, use e…
/lvgl-latest/docs/details/integration/os/
Dnuttx.rst58 Linux and NuttX you can reduce this process and just test everything
/lvgl-latest/docs/details/widgets/
Darc.rst128 hit-test range along the Arc's length.
/lvgl-latest/docs/details/debugging/
Dprofiler.rst117 Run the test scenario

12