Skip to content

Commit 99935e9

Browse files
committed
tests: crypto: use CONFIG_LOG
Use CONFIG_LOG instead of old CONFIG_SYS_LOG. The drivers in questions already moved to new logger. Signed-off-by: Anas Nashif <[email protected]>
1 parent eee86cf commit 99935e9

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

tests/crypto/rand32/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CONFIG_ZTEST=y
2-
CONFIG_SYS_LOG=y
2+
CONFIG_LOG=y
33
CONFIG_ENTROPY_GENERATOR=y
44
CONFIG_TEST_RANDOM_GENERATOR=y
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
CONFIG_ZTEST=y
2-
CONFIG_SYS_LOG=y
2+
CONFIG_LOG=y
33
CONFIG_ENTROPY_GENERATOR=y
44
CONFIG_XOROSHIRO_RANDOM_GENERATOR=y
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CONFIG_ZTEST=y
2-
CONFIG_SYS_LOG=y
2+
CONFIG_LOG=y
33
CONFIG_ENTROPY_GENERATOR=y
44
CONFIG_TEST_RANDOM_GENERATOR=y
55
CONFIG_TIMER_RANDOM_GENERATOR=y

tests/crypto/rand32/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515

1616
#include <ztest.h>
17-
#include <logging/sys_log.h>
1817
#include <kernel_internal.h>
1918

2019
#define N_VALUES 10

0 commit comments

Comments
 (0)