Run fuzz test in CTest (#1707)

This commit is contained in:
Jiwoo Park 2023-11-10 09:35:15 +09:00 committed by GitHub
parent 1d6b22b5f0
commit 97ae6733ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

View file

@ -102,3 +102,5 @@ if(HTTPLIB_IS_USING_OPENSSL)
COMMAND_ERROR_IS_FATAL ANY
)
endif()
add_subdirectory(fuzzing)