Github user jdanekrh commented on a diff in the pull request:

    https://github.com/apache/qpid-proton/pull/95#discussion_r103089568
  
    --- Diff: proton-c/CMakeLists.txt ---
    @@ -729,6 +729,12 @@ if (BUILD_PYTHON)
     
     endif (BUILD_PYTHON)
     
    +# fuzz tests: tests/fuzz
    +option(FUZZ_TEST "Enable building fuzzers and regression testing with 
libFuzzer" OFF)
    +if (FUZZ_TEST)
    +  add_subdirectory(src/tests/fuzz)
    +endif (FUZZ_TEST)
    --- End diff --
    
    done, added another cmake variable `FUZZING_ENGINE` which decides whether 
to link with libFuzzingEngine or with a simple driver. It defaults to the 
simple driver.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to