From 8329eb7c6ca39e162228733a2210e643b1a1019d Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 12 May 2011 01:39:17 -0400 Subject: [PATCH] [test/shape] Add simplest test for hb_shape() --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Makefile.am b/test/Makefile.am index 6956bba..f2eaff0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,6 +17,7 @@ TEST_PROGS += \ test-common \ test-font \ test-object \ + test-shape \ test-unicode \ $(NULL) -- 2.7.4