mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 14:32:18 +00:00
AK/Tests: Install test fixtures required for TestJSON
This commit is contained in:
parent
e5f84b53d8
commit
6f5e92a279
Notes:
sideshowbarker
2024-07-18 19:23:45 +09:00
Author: https://github.com/Hendiadyoin1
Commit: 6f5e92a279
Pull-request: https://github.com/SerenityOS/serenity/pull/6487
Reviewed-by: https://github.com/linusg
1 changed files with 4 additions and 0 deletions
|
@ -63,3 +63,7 @@ foreach(source ${AK_TEST_SOURCES})
|
|||
target_link_libraries(${name} LibCore)
|
||||
install(TARGETS ${name} RUNTIME DESTINATION usr/Tests/AK)
|
||||
endforeach()
|
||||
|
||||
get_filename_component(TEST_FRM_RESOLVED ./test.frm REALPATH)
|
||||
install(FILES ./4chan_catalog.json DESTINATION usr/Tests/AK)
|
||||
install(FILES ${TEST_FRM_RESOLVED} DESTINATION usr/Tests/AK)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue