We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3979852 commit 8fc8b15Copy full SHA for 8fc8b15
tests/drivers/can/canfd/CMakeLists.txt
@@ -0,0 +1,8 @@
1
+# SPDX-License-Identifier: Apache-2.0
2
+
3
+cmake_minimum_required(VERSION 3.13.1)
4
+find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
5
+project(integration)
6
7
+FILE(GLOB app_sources src/*.c)
8
+target_sources(app PRIVATE ${app_sources})
tests/drivers/can/canfd/prj.conf
@@ -0,0 +1,3 @@
+CONFIG_CAN=y
+CONFIG_CAN_FD_MODE=y
+CONFIG_ZTEST=y
0 commit comments