Skip to content

Commit

Permalink
Add comment about avif_enable_warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vrabaud committed Jan 3, 2025
1 parent e837039 commit b7339f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ if(AVIF_FUZZTEST)
macro(add_avif_fuzztest TEST_NAME)
add_executable(${TEST_NAME} gtest/${TEST_NAME}.cc ${ARGN})
# FuzzTest bundles GoogleTest so no need to link to gtest librairies.
# avif_enable_warnings is not added because it triggers to many warnings in fuzztest.
target_link_libraries(${TEST_NAME} PRIVATE avif_fuzztest_helpers aviftest_helpers_internal)
link_fuzztest(${TEST_NAME})
add_test(NAME ${TEST_NAME} COMMAND ${TEST_NAME} --stack_limit_kb=512)
Expand Down

0 comments on commit b7339f8

Please sign in to comment.