mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 11:39:44 +03:00
Tests: Enable Spreadsheet unit tests so they actually build
This commit is contained in:
parent
8ae3191ab5
commit
adcd56473c
Notes:
sideshowbarker
2024-07-18 18:55:29 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/adcd56473ce Pull-request: https://github.com/SerenityOS/serenity/pull/6727 Reviewed-by: https://github.com/linusg
@ -38,6 +38,7 @@ set(GENERATED_SOURCES
|
||||
serenity_app(Spreadsheet ICON app-spreadsheet)
|
||||
target_link_libraries(Spreadsheet LibGUI LibJS LibWeb)
|
||||
|
||||
# FIXME: build these tests
|
||||
#serenity_test(Writers/Test/TestXSVWriter.cpp Spreadsheet)
|
||||
#serenity_test(Readers/Test/TestXSV.cpp Spreadsheet)
|
||||
serenity_test(Writers/Test/TestXSVWriter.cpp Spreadsheet)
|
||||
|
||||
serenity_test(Readers/Test/TestXSV.cpp Spreadsheet)
|
||||
target_sources(TestXSV PRIVATE Readers/XSV.cpp)
|
||||
|
Loading…
Reference in New Issue
Block a user