mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-21 12:05:15 +00:00
Lagom: Execute LibPDF
unit tests on the host
Add lagom unit tests for `LibPDF`.
This commit is contained in:
parent
c857b5d22f
commit
47f4e54cdc
Notes:
sideshowbarker
2024-07-17 21:25:02 +09:00
Author: https://github.com/swoertz Commit: https://github.com/SerenityOS/serenity/commit/47f4e54cdc8 Pull-request: https://github.com/SerenityOS/serenity/pull/10969 Issue: https://github.com/SerenityOS/serenity/issues/8215 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/BenWiederhake Reviewed-by: https://github.com/bcoles Reviewed-by: https://github.com/linusg
1 changed files with 6 additions and 0 deletions
|
@ -548,6 +548,12 @@ if (BUILD_LAGOM)
|
|||
lagom_test(${source} LIBS LagomGL)
|
||||
endforeach()
|
||||
|
||||
# PDF
|
||||
file(GLOB LIBPDF_TESTS CONFIGURE_DEPENDS "../../Tests/LibPDF/*.cpp")
|
||||
foreach(source ${LIBPDF_TESTS})
|
||||
lagom_test(${source} LIBS LagomPDF WORKING_DIRECTORY ${SERENITY_PROJECT_ROOT}/Base/home/anon/Documents/pdf/)
|
||||
endforeach()
|
||||
|
||||
# Regex
|
||||
file(GLOB LIBREGEX_TESTS CONFIGURE_DEPENDS "../../Tests/LibRegex/*.cpp")
|
||||
# RegexLibC test POSIX <regex.h> and contains many Serenity extensions
|
||||
|
|
Loading…
Add table
Reference in a new issue