Home
last modified time | relevance | path

Searched full:test_cases (Results 1 – 7 of 7) sorted by relevance

/lvgl-3.7.0/tests/
DREADME.md30 - `test_cases` The written tests,
31 - `test_runners` Generated automatically from the files in `test_cases`.
40 New test needs to be added into the `src/test_cases` folder. The name of the files should look like…
Dmain.py55 for f in glob.glob("./src/test_cases/test_*.c"):
57 r = r.replace("/test_cases/", "/test_runners/")
DCMakeLists.txt353 # sources in src/test_cases is the actual test case.
354 file( GLOB TEST_CASE_FILES src/test_cases/*.c )
/lvgl-3.7.0/scripts/
Dcode-format.py15 os.system('astyle --options=code-format.cfg --recursive "../tests/src/test_cases/*.c"')
Dcode-format.cfg42 --exclude=../tests/src/test_cases/_test_template.c
/lvgl-3.7.0/
D.pre-commit-config.yaml23 tests/src/test_cases/
/lvgl-3.7.0/docs/
DCHANGELOG.md1418 - test add move tests to test_cases and test_runners directories [`e9e010a`](https://github.com/lvg…
1426 - test add move tests to test_cases and test_runners directories [`d2e735e`](https://github.com/lvg…