1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-09 05:20:45 +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:
Sam Atkins 2023-01-19 11:44:35 +00:00 committed by Linus Groh
parent 7b82f37ba3
commit 73350b8492

View File

@ -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()