mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-24 16:40:21 +00:00
Tests: Do not install LibMedia test files
This commit is contained in:
parent
d49ae5af32
commit
ffc03eb25a
Notes:
github-actions[bot]
2024-07-25 19:26:09 +00:00
Author: https://github.com/timschumi Commit: https://github.com/LadybirdBrowser/ladybird/commit/ffc03eb25a2 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/741 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 0 additions and 7 deletions
|
@ -7,10 +7,3 @@ set(TEST_SOURCES
|
|||
foreach(source IN LISTS TEST_SOURCES)
|
||||
serenity_test("${source}" LibMedia LIBS LibMedia)
|
||||
endforeach()
|
||||
|
||||
install(FILES avc_in_matroska.mkv DESTINATION usr/Tests/LibMedia)
|
||||
install(FILES vp9_in_webm.webm DESTINATION usr/Tests/LibMedia)
|
||||
install(FILES vp9_4k.webm DESTINATION usr/Tests/LibMedia)
|
||||
install(FILES vp9_clamp_reference_mvs.webm DESTINATION usr/Tests/LibMedia)
|
||||
install(FILES vp9_oob_blocks.webm DESTINATION usr/Tests/LibMedia)
|
||||
install(FILES master_elements_containing_crc32.mkv DESTINATION usr/Tests/LibMedia)
|
||||
|
|
Loading…
Reference in a new issue