Newer
Older
mbed-os / UNITTESTS / features / cellular / framework / common / list / unittest.cmake
@Lingkai Dong Lingkai Dong on 22 Jul 2020 366 bytes Update paths to cellular framework

####################
# UNIT TESTS
####################

# Add test specific include paths
set(unittest-includes ${unittest-includes}
  connectivity/cellular/framework/common/util
  ../connectivity/cellular/framework/common
)

# Source files
set(unittest-sources
)

# Test files
set(unittest-test-sources
  connectivity/cellular/framework/common/list/listtest.cpp
)