Home
last modified time | relevance | path

Searched full:test (Results 1 – 25 of 71) sorted by relevance

123

/lvgl-latest/tests/unity/
Dgenerate_test_runner.rb2 # Unity Project - A Test Framework for C
34 test_prefix: 'test|spec|should',
160 … tests_and_line_numbers << { test: name, args: args, call: call, params: params, line_number: 0 }
163 tests_and_line_numbers.uniq! { |v| v[:test] }
170 next unless line =~ /\s+#{tests_and_line_numbers[i][:test]}(?:\s|\()/
248 tests.each do |test|
249 output.puts("extern void #{test[:test]}(#{test[:call] || 'void'});")
325 output.puts("\n/*=======Test Reset Options=====*/")
351 output.puts("\n/*=======Parameterized Test Wrappers=====*/")
352 tests.each do |test|
[all …]
Dunity.h2 Unity Project - A Test Framework for C
26 * Test Setup / Teardown
29 /* These functions are intended to be called before and after each test.
30 * If using unity directly, these will need to be provided for each test
31 * executable built. If you are using the test runner generator and/or
37 * entire test suite. suiteTearDown() is passed the number of tests that
40 * If using Ceedling or the test runner generator, these will be called
46 * Test Reset and Verify
50 * to support complex test loops, etc. Both are NOT built into Unity. Instead
51 * the test runner generator will create them. resetTest will run teardown and
[all …]
Dunity.c2 Unity Project - A Test Framework for C
76 * Pretty Printers & Test Result Output Handlers
1368 { /* handle case of one pointers being null (if both null, test should pass) */ in UnityAssertEqualString()
1408 { /* handle case of one pointers being null (if both null, test should pass) */ in UnityAssertEqualStringLen()
1481 { /* handle case of one pointers being null (if both null, test should pass) */ in UnityAssertEqualStringArray()
1826 /* If we have not defined our own test runner, then include our default test runner to make life ea…
1937 UnityPrint("ERROR: No Test String to Include Matches For"); in UnityParseOptions()
1959 UnityPrint("ERROR: No Test String to Exclude Matches For"); in UnityParseOptions()
2087 /* Check if this test name matches the included test pattern */ in UnityTestMatches()
2098 /* Check if this test name matches the excluded test pattern */ in UnityTestMatches()
Dunity_internals.h2 Unity Project - A Test Framework for C
483 * Test Suite Management
524 * Test Output
545 * Test Assertion Functions
698 * Test Running Macros
773 * Test Asserts
Drun_test.erb1 /*=======Test Runner Used To Run Each Test=====*/
/lvgl-latest/docs/
DCHANGELOG.md75 - ci(dropdown): fix test [`5fc488a`](https://github.com/lvgl/lvgl/commit/5fc488a088639dbfb5eb44f65b…
81 - demo(sress): fix issues when the stress test is opened/clsoed multiple times [`1c5df6c`](https://…
233 - fix(ci): set Ubuntu version for MicroPython test [`3865`](https://github.com/lvgl/lvgl/pull/3865)
316 - ci: protect test.c with #if LV_BUILD_TEST [`be485d7`](https://github.com/lvgl/lvgl/commit/be485d7…
518 - fix(fs): fix cached read and add unit test for lv_fs [`98660a8`](https://github.com/lvgl/lvgl/com…
616 - ci(slider): add unit test [`3198`](https://github.com/lvgl/lvgl/pull/3198)
617 - test(line): add unit tests for line widget [`3104`](https://github.com/lvgl/lvgl/pull/3104)
618 - test(table): replicate issue when reducing table cells [`3121`](https://github.com/lvgl/lvgl/pull…
619 - test(textarea): add unit test [`3074`](https://github.com/lvgl/lvgl/pull/3074)
620 - test(table): add unit tests [`3040`](https://github.com/lvgl/lvgl/pull/3040)
[all …]
/lvgl-latest/tests/
Dmain.py23 'OPTIONS_TEST_SYSHEAP': 'Test config, system heap, 32 bit color depth',
24 'OPTIONS_TEST_DEFHEAP': 'Test config, LVGL heap, 32 bit color depth',
47 '''Generate the test runner source code.'''
130 '''Produce code coverage test reports for the test execution.'''
149 '--html-title', 'LVGL Test Coverage']
158 epilog = '''This program builds and optionally runs the LVGL test programs.
159 There are two types of LVGL tests: "build", and "test". The build-only
174 parser.add_argument('actions', nargs='*', choices=['build', 'test'],
175 help='build: compile build tests, test: compile/run executable tests.')
183 if 'test' in args.actions:
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`.
35 - `unity` Source files of the test engine
39 ### Create new test file
40 New test needs to be added into the `src/test_cases` folder. The name of the files should look like…
52 The reference images can be taken by copy-pasting the test code in to LVGL simulator and saving the…
DCMakeLists.txt310 # Options test cases are compiled with.
351 # Generate one test executable for each source file pair.
353 # sources in src/test_cases is the actual test case.
356 # If test file is foo/bar/baz.c then test_name is "baz".
/lvgl-latest/scripts/
Dchangelog-template.hbs85 {{#commit-list merges heading='' message='(^ci|^test)'}}
88 {{#commit-list commits heading='' message='(^ci|^test)'}}
91 {{#commit-list fixes heading='' message='(^ci|^test)'}}
96 {{#commit-list merges heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
99 {{#commit-list commits heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
102 {{#commit-list fixes heading='' exclude='(^fix|^feat|^perf|^docs|^example|^ci|^test)'}}
DDoxyfile628 # The GENERATE_TESTLIST tag can be used to enable (YES) or disable (NO) the test
629 # list. This list is created by putting \test commands in the documentation.
851 # exclude all test directories for example use the pattern */test/*
859 # AClass::ANamespace, ANamespace::*Test
862 # exclude all test directories use the pattern */test/*
/lvgl-latest/.github/workflows/
Dccpp.yml31 test-native:
45 run: python tests/main.py --report test
52 test-cross:
109 env PATH="/usr/lib/ccache:$PATH" ASAN_OPTIONS=detect_leaks=0 python3 tests/main.py test
/lvgl-latest/src/core/
Dlv_obj_pos.h137 * Test whether the and object is positioned by a layout or not
138 * @param obj pointer to an object to test
412 * Hit-test an object given a particular point in screen space.
413 * @param obj object to hit-test
/lvgl-latest/examples/
Dtest_ex.sh2 cat ../../header.py $1 > test.py
3 chmod +x test.py
4 ./test.py
/lvgl-latest/demos/
DREADME.md26 /*Stress test for LVGL*/
91 A stress test for LVGL. It contains a lot of object creation, deletion, animations, style usage, an…
93 …vgl/lvgl/tree/master/demos/stress/screenshot1.png?raw=true" width=600px alt="Stress test for LVGL">
/lvgl-latest/tests/src/test_cases/
Dtest_font_loader.c48 /*Test with cahce ('A' has cache)*/ in test_font_loader()
61 /*Test with cahce ('B' has NO cache)*/ in test_font_loader()
80 // Skip these test because -Wpedantic tells in compare_fonts()
D_test_template.c8 /* Function run before every test */ in setUp()
13 /* Function run after every test */ in tearDown()
Dtest_mem.c8 /* Function run before every test */ in setUp()
13 /* Function run after every test */ in tearDown()
Dtest_tiny_ttf.c8 /* Function run before every test */ in setUp()
13 /* Function run after every test */ in tearDown()
Dtest_fs.c11 /* Function run before every test */ in setUp()
16 /* Function run after every test */ in tearDown()
/lvgl-latest/src/misc/
Dlv_printf.c150 // internal test if char is a digit (0-9)
319 // test for special values in _ftoa()
328 // test for very large values in _ftoa()
338 // test for negative in _ftoa()
/lvgl-latest/examples/others/monkey/
Dlv_example_monkey_1.c6 /*Create pointer monkey test*/ in lv_example_monkey_1()
14 /*Start monkey test*/ in lv_example_monkey_1()
Dlv_example_monkey_2.c6 /*Create encoder monkey test*/ in lv_example_monkey_2()
21 /*Start monkey test*/ in lv_example_monkey_2()
Dlv_example_monkey_3.c9 /*Create button monkey test*/ in lv_example_monkey_3()
29 /*Start monkey test*/ in lv_example_monkey_3()
/lvgl-latest/docs/others/
Dmonkey.md3 A simple monkey test. Use random input to stress test the application.

123