Skip to content

Commit

Permalink
Use CMake macro for avifincrtest (AOMediaCodec#2317)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-guyon authored Jul 24, 2024
1 parent c1cb0d7 commit ddd98cf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,7 @@ if(AVIF_ENABLE_GTEST)
add_avif_gtest(avifgridapitest)
add_avif_gtest_with_data(avifilocextenttest)
add_avif_gtest(avifimagetest)

add_executable(avifincrtest gtest/avifincrtest.cc)
target_link_libraries(avifincrtest aviftest_helpers avifincrtest_helpers)
add_test(NAME avifincrtest COMMAND avifincrtest ${CMAKE_CURRENT_SOURCE_DIR}/data/)
register_test_for_coverage(avifincrtest ${CMAKE_CURRENT_SOURCE_DIR}/data/)

add_avif_gtest_with_data(avifincrtest avifincrtest_helpers)
add_avif_gtest_with_data(avifiostatstest)
add_avif_gtest_with_data(avifkeyframetest)
add_avif_gtest_with_data(aviflosslesstest)
Expand Down

0 comments on commit ddd98cf

Please sign in to comment.