blob: 0bbead09d9450f9d0d0cc939b4d7afc50d2a523e [file] [log] [blame]
Patrick Georgiae41dd32021-06-09 16:11:09 +02001# SPDX-License-Identifier: GPL-2.0-only
2
3tests-y += routing-with-cbmemcons-test
4tests-y += routing-without-cbmemcons-test
5
6routing-with-cbmemcons-test-srcs += tests/console/routing-test.c
Patrick Georgiae41dd32021-06-09 16:11:09 +02007routing-with-cbmemcons-test-config += CONFIG_CONSOLE_CBMEM=1
Patrick Georgiae41dd32021-06-09 16:11:09 +02008
9routing-without-cbmemcons-test-srcs += tests/console/routing-test.c
Patrick Georgiae41dd32021-06-09 16:11:09 +020010routing-without-cbmemcons-test-config += CONFIG_CONSOLE_CBMEM=0