summaryrefslogtreecommitdiff
path: root/zephyr/test/uart_printf/prj.conf
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/uart_printf/prj.conf')
-rw-r--r--zephyr/test/uart_printf/prj.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/zephyr/test/uart_printf/prj.conf b/zephyr/test/uart_printf/prj.conf
new file mode 100644
index 0000000000..744afcce87
--- /dev/null
+++ b/zephyr/test/uart_printf/prj.conf
@@ -0,0 +1,9 @@
+# Copyright 2022 The ChromiumOS Authors
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+CONFIG_ZTEST=y
+CONFIG_ZTEST_NEW_API=y
+CONFIG_CPLUSPLUS=y
+CONFIG_STD_CPP20=y
+CONFIG_LIB_CPLUSPLUS=y