Commit Graph

4 Commits

Author SHA1 Message Date
Yuri Kobets
01cb5911f1 Move tests to the another repository
Tests are moved to this repository:
https://github.com/litehtml/litehtml-tests
2024-09-11 01:15:23 +03:00
Yuri Kobets
78f08f3080 Tests update
1. Using container_cairo_pango for running tests.
2. Added Dockerfile to create docker container for building litehtml
   tests
3. Added script run_render_tests.sh to build litehtml tests in the
   docker container
4. Added render2png target (cmake -DLITEHTML_BUILD_RENDER2PNG). This
   utility allow to render html file into a png file.
5. Tests building are off by default.
   Use "cmake -DLITEHTML_BUILD_TESTING=ON" command to buid tests
6. Added container_cairo_pango::get_font_options. Overwrite this method
   to control fonts rendering.
2024-09-10 02:20:02 +03:00
John Poole
d18a02ed63 Re-run failed test cases verbosely
Verbose output will make it easier to determine why test cases are
failing (especially when they only fail in the CI system).
2021-09-25 19:25:01 -04:00
John Poole
d33a46556a
Create cmake.yml 2021-09-25 17:47:10 -04:00