Browse Source

build the fuzzers as part of the normal build process

pull/583/head
Chris Wolfe 5 years ago
parent
commit
858ddac92b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      CMakeLists.txt

+ 1
- 0
CMakeLists.txt View File

@@ -38,6 +38,7 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING AND
(NOT MSVC OR NOT (MSVC_VERSION LESS 1800)) # Tests need at least VS2013
)
add_subdirectory(tests)
add_subdirectory(fuzz)
endif()

# Set some packaging variables.


Loading…
Cancel
Save