We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23702ff commit 562b31cCopy full SHA for 562b31c
drivers/tests/UNITTESTS/SFDP/test_sfdp.cpp renamed to storage/blockdevice/tests/UNITTESTS/SFDP/test_sfdp.cpp
@@ -16,7 +16,7 @@
16
17
#include "gtest/gtest.h"
18
#include "gmock/gmock.h"
19
-#include "drivers/internal/SFDP.h"
+#include "blockdevice/internal/SFDP.h"
20
21
class TestSFDP : public testing::Test {
22
protected:
drivers/tests/UNITTESTS/SFDP/unittest.cmake renamed to storage/blockdevice/tests/UNITTESTS/SFDP/unittest.cmake
@@ -6,12 +6,12 @@ set(TEST_SUITE_NAME "SFDP")
6
7
# Source files
8
set(unittest-sources
9
- ../drivers/source/SFDP.cpp
+ ../storage/blockdevice/source/SFDP.cpp
10
)
11
12
# Test files
13
set(unittest-test-sources
14
- ../drivers/tests/UNITTESTS/SFDP/test_sfdp.cpp
+ ../storage/blockdevice/tests/UNITTESTS/SFDP/test_sfdp.cpp
15
stubs/mbed_assert_stub.cpp
0 commit comments