Initial commit, first project from 0 with xmake
This commit is contained in:
11
test/test_string.c
Normal file
11
test/test_string.c
Normal file
@@ -0,0 +1,11 @@
|
||||
#include <cmocka.h>
|
||||
#include <setjmp.h>
|
||||
#include <stdarg.h> /* required by cmocka */
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "lae_strings.h"
|
||||
|
||||
int main(void) {
|
||||
return EXIT_SUCCESS;
|
||||
}
|
||||
Reference in New Issue
Block a user