mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 06:17:35 +00:00
Tests: Enable Spreadsheet unit tests so they actually build
This commit is contained in:
parent
8ae3191ab5
commit
adcd56473c
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