SDL: test: Makefile should copy unifont file, for testime.c to use.

From e86d4bde54b57eb39c5a77efa021d611dd7e2f49 Mon Sep 17 00:00:00 2001
From: "Ryan C. Gordon" <[EMAIL REDACTED]>
Date: Sat, 20 Nov 2021 13:33:29 -0500
Subject: [PATCH] test: Makefile should copy unifont file, for testime.c to
 use.

---
 test/Makefile.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/Makefile.in b/test/Makefile.in
index 846db3aa0ca..b6dde0ef894 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -356,6 +356,7 @@ DATA = \
 	testgles2_sdf_img_normal.bmp \
 	testgles2_sdf_img_sdf.bmp \
 	testyuv.bmp \
+	unifont-13.0.06.hex \
 	$(NULL)
 
 ifneq ($(srcdir), .)