1
Fork 0
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:
Brian Gianforcaro 2021-04-28 19:30:58 -07:00 committed by Andreas Kling
parent 8ae3191ab5
commit adcd56473c

View file

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