mirror of https://github.com/ARMmbed/mbed-os.git
Update hal CMake to include stack_size_unification greentea test dir
parent
2291daae91
commit
bbac959470
|
@ -3,7 +3,7 @@
|
|||
|
||||
if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING)
|
||||
if(BUILD_GREENTEA_TESTS)
|
||||
# add greentea test
|
||||
add_subdirectory(tests/TESTS)
|
||||
else()
|
||||
add_subdirectory(tests/UNITTESTS)
|
||||
endif()
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
# Copyright (c) 2021 ARM Limited. All rights reserved.
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
add_subdirectory(mbed_hal/stack_size_unification)
|
Loading…
Reference in New Issue