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

    https://github.com/apache/qpid-proton/pull/95#discussion_r103038483
  
    --- 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 --
    
    This should be probably changed. The fuzz tests should compile always, and 
switch like this will decide whether to link with actual fuzzer or something 
like `StandaloneFuzzTargetMain.c` (that would have to be committed here).


---
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