Crow/tests
Luca Schlecker 44f51f4750 Crow's current features (ssl and compression) can now be enabled through 'CROW_FEATURES' instead of their own CMake variables.
The default features are the ones Crow was installed with but can be overridden by setting 'CROW_FEATURES' before the 'find_package' call.

Signed-off-by: Luca Schlecker <luca.schlecker@hotmail.com>
2022-04-04 20:36:57 +02:00
..
img small fixes, optimizations, and documentation 2021-07-30 13:09:01 +03:00
multi_file fixed multiple definition problem and added test to make sure it doesn't 2022-02-23 06:00:00 +03:00
ssl Optimized HTTP parser 2022-02-05 18:15:19 +03:00
template Made template render() function return a returnable instead of a string 2022-02-18 04:25:02 +03:00
catch.hpp update catch2 to v2.13.8 2022-01-22 19:27:08 +01:00
CMakeLists.txt Crow's current features (ssl and compression) can now be enabled through 'CROW_FEATURES' instead of their own CMake variables. 2022-04-04 20:36:57 +02:00
unittest.cpp Formatting 2022-03-16 21:15:18 +03:00