Fixed test includes

This commit is contained in:
2026-08-13 21:38:44 +03:00
parent ea847feb57
commit 07be18e9d8
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
#include <cmocka.h> #include <cmocka.h>
#include "DArray.h" #include "scufcont/DArray.h"
#include "scufcont.h" #include "scufcont/scufcont.h"
SCDARRAY_HEADER(int, int) SCDARRAY_HEADER(int, int)
SCDARRAY_IMPL(int, int) SCDARRAY_IMPL(int, int)
+2 -2
View File
@@ -3,8 +3,8 @@
#include <cmocka.h> #include <cmocka.h>
#include "scufcont.h" #include "scufcont/scufcont.h"
#include "DString.h" #include "scufcont/DString.h"
void test_SCDString_alloc(void** state) { void test_SCDString_alloc(void** state) {
(void) state; (void) state;