Skip to content

Commit

Permalink
Fix typo (AOMediaCodec#2550)
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
vrabaud authored Jan 6, 2025
1 parent e574799 commit 842a2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +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.
# avif_enable_warnings is not added because it triggers too 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 842a2ed

Please sign in to comment.