Update hal CMake to include stack_size_unification greentea test dir

pull/15058/head
Rajkumar Kanagaraj 2021-09-07 12:18:33 +01:00
parent 2291daae91
commit bbac959470
2 changed files with 5 additions and 1 deletions

View File

@ -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()

View File

@ -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)