Fixed test includes
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user