Everywhere: Don't install code generators and test binaries

This commit is contained in:
Dennis Camera 2024-07-08 11:54:50 +02:00 committed by Andrew Kaster
commit 033057683c
Notes: sideshowbarker 2024-07-16 23:23:26 +09:00
9 changed files with 12 additions and 24 deletions

View file

@ -12,6 +12,3 @@ set(TEST_SOURCES
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibCompress LIBS LibCompress)
endforeach()
install(DIRECTORY brotli-test-files DESTINATION usr/Tests/LibCompress)
install(DIRECTORY deflate-test-files DESTINATION usr/Tests/LibCompress)