Skip to content

Commit c45dbb0

Browse files
de-nordicfabiobaltieri
authored andcommitted
tests/subsys/mgmt/mcumgr: Move tests
Move smp_reassembly and zcbor_bulk tests under tests/subsys/mgmt/mcumgr. Signed-off-by: Dominik Ermel <[email protected]>
1 parent 97ed006 commit c45dbb0

File tree

9 files changed

+1
-1
lines changed

9 files changed

+1
-1
lines changed

tests/subsys/mgmt/smp_reassembly/src/main.c renamed to tests/subsys/mgmt/mcumgr/smp_reassembly/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <zephyr/mgmt/mcumgr/smp.h>
1111
#include <zephyr/mgmt/mcumgr/buf.h>
1212
#include <mgmt/mgmt.h>
13-
#include "../../../../../subsys/mgmt/mcumgr/smp_reassembly.h"
13+
#include "../../../../../../subsys/mgmt/mcumgr/smp_reassembly.h"
1414

1515
static struct zephyr_smp_transport zst;
1616
static uint8_t buff[CONFIG_MCUMGR_BUF_SIZE];

0 commit comments

Comments
 (0)