Commit e86d4bde54b57eb39c5a77efa021d611dd7e2f49

Ryan C. Gordon 2021-11-20T13:33:29

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

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/test/Makefile.in b/test/Makefile.in
index 846db3a..b6dde0e 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), .)