SDL: test: Copy utf8.txt to build directory

From 68b6fff245eb87fe28881ac86bc6bad0ada4a9f2 Mon Sep 17 00:00:00 2001
From: Simon McVittie <[EMAIL REDACTED]>
Date: Tue, 12 Apr 2022 14:05:06 +0100
Subject: [PATCH] test: Copy utf8.txt to build directory

testiconv wants this.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 test/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Makefile.in b/test/Makefile.in
index d29dc6ecf7d..f724618c648 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), .)