Commit c22e9bfb authored by Ivan Tyagov's avatar Ivan Tyagov

Fixup: wrong path.

parent b8351240
......@@ -3,7 +3,7 @@
#include <string.h>
#include <sys/time.h>
#include "../../coupler/opc-ua-server/common.h"
#include "../../coupler/common.h"
/* ================ Function Tests =============== */
......@@ -81,4 +81,4 @@ Test(common, dict) {
dictDealloc(dict);
}
\ No newline at end of file
}
......@@ -3,8 +3,8 @@
#include <linux/i2c-dev.h>
#include <open62541/plugin/log_stdout.h>
#include "../../coupler/opc-ua-server/mod_io_i2c.h"
#include "../../coupler/opc-ua-server/keep_alive.h"
#include "../../coupler/mod_io_i2c.h"
#include "../../coupler/keep_alive.h"
/* ================ Function Tests =============== */
......@@ -27,4 +27,4 @@ Test(keepalive, gotoNormalMode) {
gotoNormalMode();
cr_expect_eq(I2C_VIRTUAL_MODE, result);
}
\ No newline at end of file
}
/* ================ Includes ===================== */
#define DOING_UNIT_TESTS
#include <criterion/criterion.h>
#include "../../coupler/opc-ua-server/server.c"
#include "../../coupler/server.c"
/* ================ Function Tests =============== */
......
/* ================ Includes ===================== */
#define DOING_UNIT_TESTS
#include <criterion/criterion.h>
#include "../../coupler/opc-ua-server/server.c"
#include "../../coupler/server.c"
/* ================ Function Tests =============== */
......@@ -16,4 +16,4 @@ Test(keepalivepublisher, callbackTicHeartBeat) {
UA_Server_delete(server);
cr_expect_geq(HEART_BEAT_ID_LIST[0], result);
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment