mirror of https://github.com/ARMmbed/mbed-os.git
Move SFDP unit tests
parent
23702ff2b3
commit
562b31ccd3
|
@ -16,7 +16,7 @@
|
|||
|
||||
#include "gtest/gtest.h"
|
||||
#include "gmock/gmock.h"
|
||||
#include "drivers/internal/SFDP.h"
|
||||
#include "blockdevice/internal/SFDP.h"
|
||||
|
||||
class TestSFDP : public testing::Test {
|
||||
protected:
|
|
@ -6,12 +6,12 @@ set(TEST_SUITE_NAME "SFDP")
|
|||
|
||||
# Source files
|
||||
set(unittest-sources
|
||||
../drivers/source/SFDP.cpp
|
||||
../storage/blockdevice/source/SFDP.cpp
|
||||
)
|
||||
|
||||
# Test files
|
||||
set(unittest-test-sources
|
||||
../drivers/tests/UNITTESTS/SFDP/test_sfdp.cpp
|
||||
../storage/blockdevice/tests/UNITTESTS/SFDP/test_sfdp.cpp
|
||||
stubs/mbed_assert_stub.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue