mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
Add a HistoryStore abstraction with transient and persisted backends, normalize recorded URLs, and skip non-browsable schemes. Cover lookup and persistence in TestHistoryStore so history-driven features can share one backend.
9 lines
196 B
CMake
9 lines
196 B
CMake
set(TEST_SOURCES
|
|
TestHistoryStore.cpp
|
|
TestWebViewURL.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibWebView LIBS LibDatabase LibWebView LibURL)
|
|
endforeach()
|