summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AK/Tests/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/Tests/CMakeLists.txt b/AK/Tests/CMakeLists.txt
index 486a24e576..e6a583fef5 100644
--- a/AK/Tests/CMakeLists.txt
+++ b/AK/Tests/CMakeLists.txt
@@ -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)