docs(test): fix the location of test.rst (#7900)

This commit is contained in:
Gabor Kiss-Vamosi
2025-03-06 23:47:53 +01:00
committed by GitHub
parent 8d04466c68
commit 1623acab3d
2 changed files with 5 additions and 4 deletions

View File

@@ -18,4 +18,5 @@ Auxiliary Modules
obj_property
observer
snapshot
test
xml/index

View File

@@ -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.