From a17554bfd51dc8a37b1674d1ede63e616618e0a6 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 28 Sep 2011 16:57:34 -0400 Subject: [PATCH] Make test-c.c actually use hb This will make sure we test that C code can actually link to the library. --- test/test-c.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-c.c b/test/test-c.c index 7e7c50266..25a38e5e6 100644 --- a/test/test-c.c +++ b/test/test-c.c @@ -54,5 +54,5 @@ int main (int argc, char **argv) { - return 0; + return !*hb_shape_list_shapers (); }