Got things running for Linux

This commit is contained in:
2026-07-22 22:29:23 +03:00
parent 5e7ed489af
commit 767eeb6b39
12 changed files with 78 additions and 13 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#include <string.h>
#include <stdlib.h>
#include "cmocka/cmocka.h"
#include "cmocka.h"
#include "DynString.h"
void test_DynString_alloc(void** state) {