missing dependencies

pull/13563/head
Paul Szczeanek 2020-09-16 11:05:02 +01:00
parent 3d827e8e86
commit b335675cbd
2 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,6 @@
#include "gtest/gtest.h"
#include "platform/CircularBuffer.h"
#include "mbed_critical_stub.c"
#define TEST_BUFFER_SIZE (10)

View File

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