mirror of https://github.com/ARMmbed/mbed-os.git
missing dependencies
parent
3d827e8e86
commit
b335675cbd
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
#include "gtest/gtest.h"
|
||||
#include "platform/CircularBuffer.h"
|
||||
#include "mbed_critical_stub.c"
|
||||
|
||||
#define TEST_BUFFER_SIZE (10)
|
||||
|
||||
|
|
|
|||
|
|
@ -8,4 +8,6 @@ set(unittest-sources
|
|||
|
||||
set(unittest-test-sources
|
||||
../platform/tests/UNITTESTS/CircularBuffer/test_CircularBuffer.cpp
|
||||
stubs/mbed_critical_stub.c
|
||||
stubs/mbed_assert_stub.cpp
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue