Simple-Web-Server/tests
Hermann von Kleist ff101fe41e Remove use of target_link_options which was introduced in CMake 3.13
However, target_link_libraries also supports link flags, which is
available for declared CMake version 3.7
2023-03-31 16:37:55 +02:00
..
fuzzers Made use of libfuzzer 2020-08-08 11:14:37 +02:00
assert.hpp Cleanup of include guards 2019-06-25 11:56:21 +02:00
CMakeLists.txt Remove use of target_link_options which was introduced in CMake 3.13 2023-03-31 16:37:55 +02:00
crypto_test.cpp Improved ASSERT macro, and renamed tests/check.hpp to tests/assert.hpp 2019-03-23 13:46:31 +01:00
io_test.cpp Fixes #298: corrected removal of chunk end when receiving larger chunks 2020-05-13 10:28:27 +02:00
parse_test.cpp Added another client parse host_port test 2021-04-09 19:34:26 +02:00
status_code_test.cpp Fixes #261: SimpleWeb::status_code(const std::string &) now only regards the status code number when searching for status code enum, and can also return undefined enums that can be cast to an integer value 2019-04-29 13:30:22 +02:00