Kaynağa Gözat

Fix wrong include for test builds

Signed-off-by: Martin Melik Merkumians <martin.melik@gmail.com>
Martin Melik Merkumians 3 hafta önce
ebeveyn
işleme
2347d2fc7f

+ 1 - 1
source/src/ports/MINGW/sample_application/opener_user_conf.h

@@ -25,7 +25,7 @@
 #include "core/typedefs.h"
 
 #ifdef OPENER_UNIT_TEST
-#include "tests/utils/test_assert.h"
+#include "tests/test_assert.h"
 #endif /* OPENER_UNIT_TEST */
 
 // MinGW does not define POSIX in_port_t; must match WinSock's unsigned short

+ 1 - 1
source/src/ports/POSIX/sample_application/opener_user_conf.h

@@ -54,7 +54,7 @@
 #endif
 
 #ifdef OPENER_UNIT_TEST
-#include "tests/utils/test_assert.h"
+#include "tests/test_assert.h"
 #endif /* OPENER_UNIT_TEST */
 
 /** @brief Set this define if you have a DLR capable device