mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 09:00:22 +00:00
Tests: Mark TestCommonmark as DISABLED
This has no effect right now, but will allow us to use this same cmake file from Lagom.
This commit is contained in:
parent
7b82f37ba3
commit
73350b8492
Notes:
sideshowbarker
2024-07-17 14:36:19 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/73350b8492 Pull-request: https://github.com/SerenityOS/serenity/pull/17043 Reviewed-by: https://github.com/ADKaster Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/nico
1 changed files with 4 additions and 0 deletions
|
@ -8,3 +8,7 @@ set(TEST_SOURCES
|
|||
foreach(source IN LISTS TEST_SOURCES)
|
||||
serenity_test("${source}" LibMarkdown LIBS LibMarkdown)
|
||||
endforeach()
|
||||
|
||||
if (BUILD_LAGOM)
|
||||
set_tests_properties(TestCommonmark PROPERTIES DISABLED YES)
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue