mirror of https://github.com/ARMmbed/mbed-os.git
CMake: unit-tests: CircularBuffer: Remove trailing whitespace
parent
8d3fc33965
commit
3abc7886a9
|
@ -6,14 +6,14 @@ set(TEST_NAME circularbuffer-unittest)
|
|||
add_executable(${TEST_NAME})
|
||||
|
||||
target_sources(${TEST_NAME}
|
||||
PRIVATE
|
||||
PRIVATE
|
||||
test_CircularBuffer.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(${TEST_NAME}
|
||||
PRIVATE
|
||||
mbed-headers
|
||||
mbed-stubs-platform
|
||||
mbed-headers
|
||||
mbed-stubs-platform
|
||||
gmock_main
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue