diff --git a/docs/src/details/auxiliary-modules/index.rst b/docs/src/details/auxiliary-modules/index.rst index b79adb2fd4..ee58631a1e 100644 --- a/docs/src/details/auxiliary-modules/index.rst +++ b/docs/src/details/auxiliary-modules/index.rst @@ -18,4 +18,5 @@ Auxiliary Modules obj_property observer snapshot + test xml/index diff --git a/docs/details/other-components/test.rst b/docs/src/details/auxiliary-modules/test.rst similarity index 98% rename from docs/details/other-components/test.rst rename to docs/src/details/auxiliary-modules/test.rst index 403f2c4272..9dc2397b50 100644 --- a/docs/details/other-components/test.rst +++ b/docs/src/details/auxiliary-modules/test.rst @@ -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.