Fix the glib-2.0 DEPS

There is no product_LIBS is product_LDADD
This commit is contained in:
Ruben Laguna
2015-02-06 17:51:56 +01:00
parent 0a60c39c32
commit 9e4435791e
3 changed files with 6 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
int main(int argc, char *argv[])
{
g_test_init(&argc, &argv, NULL);
printf("Write some tests!!! Failing!\n");
exit(EXIT_FAILURE);
return 0;