CI runs fuzzers

This commit is contained in:
Mohammad Nejati
2024-06-22 10:09:52 +00:00
committed by Mohammad Nejati
parent 1b874927c1
commit ee9762eb38
5 changed files with 188 additions and 1 deletions

View File

@@ -88,6 +88,7 @@ project (Beast VERSION 354)
set_property (GLOBAL PROPERTY USE_FOLDERS ON)
option (Beast_BUILD_EXAMPLES "Build examples" ON)
option (Beast_BUILD_TESTS "Build tests" ${BUILD_TESTING})
option (Beast_BUILD_FUZZERS "Build fuzzers" OFF)
option (Beast_ENABLE_HANDLER_TRACKING "Define BOOST_ASIO_ENABLE_HANDLER_TRACKING when building libraries" OFF)
option (Boost_USE_STATIC_LIBS "Use Static Boost libraries" ON)