test-autotools-static/tests/test.c

11 lines
173 B
C
Raw Normal View History

2015-02-06 17:10:11 +01:00
#include <glib.h>
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
printf("Write some tests!!! Failing!\n");
exit(EXIT_FAILURE);
return 0;
}