From 85f3f475fe2888f10c5b2be12fa0a0933cbba196 Mon Sep 17 00:00:00 2001 From: mgondan Date: Fri, 29 May 2026 15:11:04 +0200 Subject: [PATCH] FIXED: install additional file in tests folder needed for the runtime unit tests --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 73ccc6f..6a0b140 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,6 +122,8 @@ pkg_doc(utf8proc unicode_security.pl uniname.pl) -test_libs(utf8proc uts39 uniname) +test_libs(utf8proc uts39 uniname + TEST_FILES + confusable_demo.pl) endif()