1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 16:17:45 +00:00

LibSQL: Test SQL::Heap separately

Move the long storage test from TestSqlStatementExecution into a new
test unit called TestSqlHeap. Split it up into a flushed and non-flushed
variant so we test the write-ahead log as well.
This commit is contained in:
Jelle Raaijmakers 2023-05-24 12:30:31 +02:00 committed by Tim Flynn
parent d5df832318
commit 2d2911e1a3
3 changed files with 56 additions and 18 deletions

View file

@ -3,6 +3,7 @@ set(TEST_SOURCES
TestSqlDatabase.cpp
TestSqlExpressionParser.cpp
TestSqlHashIndex.cpp
TestSqlHeap.cpp
TestSqlStatementExecution.cpp
TestSqlStatementParser.cpp
TestSqlValueAndTuple.cpp