chore: update tests
This commit is contained in:
7
tests/test_main.c
Normal file
7
tests/test_main.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <assert.h>
|
||||
|
||||
int main(void) {
|
||||
assert(true);
|
||||
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user