summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-10-13 11:44:08 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-10-13 11:44:08 +0200
commit35c4bdbf30ba05102e7dcc04a1be17816cca9fe1 (patch)
tree3c7c0f2b9eafe2029527f72b9bb8e974109b3965 /test
parent27e7225a5ff8ad9185ed36168d4e42d7be792e68 (diff)
cmake
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index f8048278..ab11d536 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -19,6 +19,7 @@ if (FLOORMAT_ASAN)
endif()
install(TARGETS ${self} RUNTIME DESTINATION bin)
+fm_add_debug_info(${self})
set(save-dir "${CMAKE_BINARY_DIR}/test/save")
file(REMOVE_RECURSE "${save-dir}")