Working test runner!!!
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
include(common.cmake)
|
||||
|
||||
# No exceptions in app builds (this is different in test builds).
|
||||
idf_build_set_property(COMPILE_OPTIONS "-DRESULT_DISABLE_EXCEPTIONS" APPEND)
|
||||
|
||||
# Include all app components.
|
||||
list(APPEND EXTRA_COMPONENT_DIRS "$ENV{PROJ_PATH}/src")
|
||||
|
||||
project(gay-ipod-fw)
|
||||
|
||||
Reference in New Issue
Block a user