소스 검색

Fixed test includes

Aaro Saila 1 개월 전
부모
커밋
07be18e9d8
2개의 변경된 파일과 4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      tests/cmocka/DArray_tests.c
  2. 2 2
      tests/cmocka/DString_tests.c

+ 2 - 2
tests/cmocka/DArray_tests.c

@@ -1,7 +1,7 @@
 #include <cmocka.h>
 
-#include "DArray.h"
-#include "scufcont.h"
+#include "scufcont/DArray.h"
+#include "scufcont/scufcont.h"
 
 SCDARRAY_HEADER(int, int)
 SCDARRAY_IMPL(int, int)

+ 2 - 2
tests/cmocka/DString_tests.c

@@ -3,8 +3,8 @@
 
 #include <cmocka.h>
 
-#include "scufcont.h"
-#include "DString.h"
+#include "scufcont/scufcont.h"
+#include "scufcont/DString.h"
 
 void test_SCDString_alloc(void** state) {
     (void) state;