Commit 68b6fff245eb87fe28881ac86bc6bad0ada4a9f2

Simon McVittie 2022-04-12T14:05:06

test: Copy utf8.txt to build directory testiconv wants this. Signed-off-by: Simon McVittie <smcv@collabora.com>

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test/Makefile.in b/test/Makefile.in
index d29dc6e..f724618 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -364,6 +364,7 @@ DATA = \
 	testgles2_sdf_img_sdf.bmp \
 	testyuv.bmp \
 	unifont-13.0.06.hex \
+	utf8.txt \
 	$(NULL)
 
 ifneq ($(srcdir), .)