From ea650ac6a492edcdf487f17875ad6446a51397a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85strand?= Date: Wed, 24 Feb 2021 11:52:54 +0100 Subject: Use ctest for running the freertos application Change-Id: Iff207d9bd8f8406c645b087560212fb0aabe82f4 --- applications/freertos/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/freertos/CMakeLists.txt b/applications/freertos/CMakeLists.txt index f803d43..0bd1de6 100644 --- a/applications/freertos/CMakeLists.txt +++ b/applications/freertos/CMakeLists.txt @@ -22,6 +22,6 @@ if (NOT TARGET freertos_kernel) return() endif() -ethosu_add_executable(freertos PRIVATE +ethosu_add_executable_test(freertos PRIVATE SOURCES main.cpp LIBRARIES freertos_kernel) -- cgit v1.2.1