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:
parent
55deff7595
commit
a17554bfd5
|
@ -54,5 +54,5 @@
|
||||||
int
|
int
|
||||||
main (int argc, char **argv)
|
main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
return 0;
|
return !*hb_shape_list_shapers ();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue