mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 09:21:57 -05:00
205bfcc6c8
They are useful for unit testing other asynchronous streams. They have to be tested themselves in the first place though.
9 lines
199 B
CMake
9 lines
199 B
CMake
set(TEST_SOURCES
|
|
TestAsyncTestStreams.cpp
|
|
TestNoCrash.cpp
|
|
TestGenerator.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibSQL LIBS LibSQL LibIPC)
|
|
endforeach()
|