Skip to content

Commit 9aec101

Browse files
committed
Move storgae greentea test
1 parent e92efbd commit 9aec101

File tree

7 files changed

+1
-2
lines changed

7 files changed

+1
-2
lines changed

storage/TESTS/blockdevice/buffered_block_device/main.cpp renamed to storage/blockdevice/tests/TESTS/blockdevice/buffered_block_device/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,3 @@ int main()
192192
{
193193
return !Harness::run(specification);
194194
}
195-

storage/TESTS/blockdevice/general_block_device/README.md renamed to storage/blockdevice/tests/TESTS/blockdevice/general_block_device/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Use `mbed test` again:
3434
```
3535
mbed test -m K64F -t ARM -n mbed-os-features-storage-tests-blockdevice-general_block_device --run -v
3636
```
37-
37+
3838
#### Troubleshooting
3939

4040
Please review the [documentation](https://os.mbed.com/docs/latest/tutorials/debugging.html) for suggestions about how to fix possible issues you may face.

0 commit comments

Comments
 (0)