mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 01:41:59 -05:00
77be5254e1
We don't have asynchronous TCP socket implementation, so its usefulness is a bit limited currently but we can still test it using memory streams. Additionally, it serves as a temporary {show,test}case for the asynchronous streams machinery.
7 lines
152 B
CMake
7 lines
152 B
CMake
set(TEST_SOURCES
|
|
TestHttp11Connection.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibHTTP LIBS LibHTTP)
|
|
endforeach()
|