AK/Tests: Install test fixtures required for TestJSON

This commit is contained in:
Leon Albrecht 2021-04-19 18:16:46 +02:00 committed by GitHub
parent e5f84b53d8
commit 6f5e92a279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)