Skip to content

Commit 385d020

Browse files
committed
bootutil: mynewt: Fix boot_serial unit tests
When in unittest we shall include all sources. Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
1 parent 95a6e38 commit 385d020

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

boot/bootutil/pkg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pkg.ign_files:
4747
- "ed25519_psa.c" # Currently no PSA for mynewet
4848
- "encrypted_psa.c"
4949

50-
pkg.source_files.!BOOT_LOADER:
50+
pkg.source_files.'!BOOT_LOADER && !SELFTEST':
5151
- "src/bootutil_public.c"
5252

5353
pkg.deps.BOOTUTIL_USE_MBED_TLS:

0 commit comments

Comments
 (0)