mirror of https://github.com/ARMmbed/mbed-os.git
12 lines
159 B
CMake
12 lines
159 B
CMake
|
|
||
|
####################
|
||
|
# UNIT TESTS
|
||
|
####################
|
||
|
|
||
|
set(unittest-sources
|
||
|
)
|
||
|
|
||
|
set(unittest-test-sources
|
||
|
platform/CircularBuffer/test_CircularBuffer.cpp
|
||
|
)
|