mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-22 17:31:58 -05:00
AK/Tests: Install test fixtures required for TestJSON
This commit is contained in:
parent
e5f84b53d8
commit
6f5e92a279
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…
Reference in a new issue