mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00: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: adcd56473c
Pull-request: https://github.com/SerenityOS/serenity/pull/6727
Reviewed-by: https://github.com/linusg
1 changed files with 4 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue