mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:27:35 +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
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…
Add table
Add a link
Reference in a new issue