mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:17:44 +00:00
Tests: Correct FLAC spec test paths
This makes the path consistent with Lagom in the next commit, so that the test binary doesn't need special cases for the two platforms.
This commit is contained in:
parent
73a367a00a
commit
c7e963edde
2 changed files with 2 additions and 2 deletions
|
@ -6,4 +6,4 @@ foreach(source IN LISTS TEST_SOURCES)
|
|||
serenity_test("${source}" LibAudio LIBS LibAudio)
|
||||
endforeach()
|
||||
|
||||
install(DIRECTORY ${FLAC_SPEC_TEST_PATH} DESTINATION usr/Tests/LibAudio)
|
||||
install(DIRECTORY ${FLAC_SPEC_TEST_PATH} DESTINATION usr/Tests/LibAudio/FLAC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue