mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
51ebf20200
This test file had #ifdef macros at the top that caused none of the content to be compiled unless a developer manually wanted to run the specific benchmarks within. As such, it has become stale. Remove it for now, if someone wants to restore it in an always-runnable state, we can restore the specific tests it's trying to benchmark.
8 lines
157 B
CMake
8 lines
157 B
CMake
set(TEST_SOURCES
|
|
Regex.cpp
|
|
RegexLibC.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibRegex LIBS LibRegex)
|
|
endforeach()
|