mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:07:45 +00: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)
|
target_link_libraries(${name} LibCore)
|
||||||
install(TARGETS ${name} RUNTIME DESTINATION usr/Tests/AK)
|
install(TARGETS ${name} RUNTIME DESTINATION usr/Tests/AK)
|
||||||
endforeach()
|
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