parent
8d040fad6e
commit
ecbeae565b
3 changed files with 7 additions and 1 deletions
@ -0,0 +1,3 @@ |
|||||||
|
int main(void) { |
||||||
|
return 1; |
||||||
|
} |
@ -0,0 +1,3 @@ |
|||||||
|
project('trivial', 'c') |
||||||
|
|
||||||
|
test('My Test', executable('main', 'main.c')) |
Loading…
Reference in new issue