Example 'make check'
This commit is contained in:
10
tests/test.c
Normal file
10
tests/test.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user