- Update the header reference and source reference in cmake - Update astyleignore to ignore blockdevice UNITTESTS - Removed the redundant debug log
- Move UNITTESTS/features/storage to UNITTESTS/storage - update the .cmake files to refer the new directory
Moved the existing BufferedBlockDevice to features/storage unittests and switched it to gmock. Added gmock-based unit tests to all other BlockDevice classes. SlicingBlockDevice test left as a module test.