docs(test): fix the location of test.rst (#7900)
This commit is contained in:
committed by
GitHub
parent
8d04466c68
commit
1623acab3d
@@ -18,4 +18,5 @@ Auxiliary Modules
|
||||
obj_property
|
||||
observer
|
||||
snapshot
|
||||
test
|
||||
xml/index
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
.. _test:
|
||||
|
||||
====
|
||||
Test
|
||||
====
|
||||
==========
|
||||
UI Testing
|
||||
==========
|
||||
|
||||
Overview
|
||||
********
|
||||
@@ -121,7 +121,7 @@ Please refer to ``lv_test_indev.h`` for the list of supported input device emula
|
||||
Screenshot Comparison
|
||||
---------------------
|
||||
|
||||
:cpp:expr:`bool lv_test_screenshot_compare(const char * fn_ref)` is a useful function
|
||||
``bool lv_test_screenshot_compare(const char * fn_ref)`` is a useful function
|
||||
to compare the content of the emulated display with reference PNG images.
|
||||
|
||||
The screenshot comparison uses `libpng`, so it needs to be linked to LVGL when this feature is required.
|
||||
Reference in New Issue
Block a user