Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 092b034

Browse files
committed
docs: update the README file
Change-Id: I1ddec192e3bd2c1de88665991af920cb2294cfa7 Signed-off-by: Artem Bityutskiy <[email protected]>
1 parent a79a0da commit 092b034

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/README

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,18 @@ The project structure
5151
| - .coveragerc | lists files to include into test coverage report |
5252
| - TODO | Just a list of things to be done for the project. |
5353
| - make_a_release.sh | Most people may ignore this script. It is used by |
54-
| | maintainer when creating a new release.
54+
| | maintainer when creating a new release. |
5555
| - tests/ | Contains the project unit-tests. |
5656
| | - test_api_base.py | Tests the base API modules: 'BmapCreate.py' and |
5757
| | | 'BmapCopy.py'. |
5858
| | - test_fiemap.py | Tests the 'Fiemap.py' module. |
59+
| | - test_compat.py | Tests that new BmapCopy implementations support old |
60+
| | | bmap formats, and old BmapCopy implementations |
61+
| | | support new compatible bmap fomrats. |
5962
| | - helpers.py | Helper functions shared between the unit-tests. |
63+
| | - test-data/ | Data files for the unit-tests |
64+
| | - oldcodebase/ | Copies of old BmapCopy implementations for bmap |
65+
| | | format forward-compatibility verification. |
6066
| - bmaptools/ | The API modules which implement all the bmap |
6167
| | | functionality. |
6268
| | - BmapCreate.py | Creates a bmap for a given file. |

0 commit comments

Comments
 (0)