summaryrefslogtreecommitdiffstats
path: root/tests/console/Makefile.inc
blob: 2218652e9e06ffb9bacdf6fbec58631205442365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-License-Identifier: GPL-2.0-only

tests-y += routing-with-cbmemcons-test
tests-y += routing-without-cbmemcons-test

routing-with-cbmemcons-test-srcs += tests/console/routing-test.c
routing-with-cbmemcons-test-srcs += src/console/init.c
routing-with-cbmemcons-test-config += CONFIG_CONSOLE_CBMEM=1
routing-with-cbmemcons-test-mocks += get_log_level

routing-without-cbmemcons-test-srcs += tests/console/routing-test.c
routing-without-cbmemcons-test-srcs += src/console/init.c
routing-without-cbmemcons-test-config += CONFIG_CONSOLE_CBMEM=0
routing-without-cbmemcons-test-mocks += get_log_level