Make test-c.c actually use hb

This will make sure we test that C code can actually link to the
library.
This commit is contained in:
Behdad Esfahbod 2011-09-28 16:57:34 -04:00
parent 55deff7595
commit a17554bfd5
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@
int int
main (int argc, char **argv) main (int argc, char **argv)
{ {
return 0; return !*hb_shape_list_shapers ();
} }