worked on config
This commit is contained in:
parent
a2868c8783
commit
37e5b5e555
9 changed files with 225 additions and 39 deletions
|
@ -1,15 +1,6 @@
|
|||
#include <stdio.h>
|
||||
#include "../../test.h"
|
||||
|
||||
int main() {
|
||||
int a;
|
||||
printf("hello, world!! %d\n", a);
|
||||
}
|
||||
|
||||
void test_it_works() {
|
||||
assert_eq_int(2 + 2, 4);
|
||||
}
|
||||
|
||||
void test_it_fails() {
|
||||
assert_eq_int(2 + 2, 5);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue