Make test-c.c actually use hb

This will make sure we test that C code can actually link to the
library.
pull/1/head
Behdad Esfahbod 14 years ago
parent 55deff7595
commit a17554bfd5
  1. 2
      test/test-c.c

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

Loading…
Cancel
Save