mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
82887473d2
Calls to `read_line` are replaced with `read_line_with_resize` and `swap`s of StringViews, which assume a consistent location of the underlying ByteBuffers, are replaced. A test file has been added for uniq, which includes a test case for long lines.
9 lines
163 B
CMake
9 lines
163 B
CMake
set(TEST_SOURCES
|
|
TestSed.cpp
|
|
TestPatch.cpp
|
|
TestUniq.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" Utilities)
|
|
endforeach()
|