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:
parent
d5df832318
commit
2d2911e1a3
3 changed files with 56 additions and 18 deletions
|
@ -3,6 +3,7 @@ set(TEST_SOURCES
|
|||
TestSqlDatabase.cpp
|
||||
TestSqlExpressionParser.cpp
|
||||
TestSqlHashIndex.cpp
|
||||
TestSqlHeap.cpp
|
||||
TestSqlStatementExecution.cpp
|
||||
TestSqlStatementParser.cpp
|
||||
TestSqlValueAndTuple.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue