diff options
| author | gkostka <kostka.grzegorz@gmail.com> | 2015-10-31 21:48:09 +0100 |
|---|---|---|
| committer | gkostka <kostka.grzegorz@gmail.com> | 2015-10-31 21:48:09 +0100 |
| commit | 4e32e2da452116b1cc8f79902fb7ea704726557f (patch) | |
| tree | 0f553bd915f2f7d2f6869ec30d7921aabfd20b62 | |
| parent | ecdb3674ba26b5cc5d2de25909b8cde31afe8955 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -150,17 +150,25 @@ How to use for images/blockdevices: Build and run automatic tests ===== Build automatic test tools: +```bash make cd build_generic make + ``` Uncompress ext/2/3/4 images: +```bash make unpack_images + ``` Run server for one of the image file: +```bash make server_ext2 make server_ext3 make server_ext4 + ``` Execute tests: +```bash make test + ``` Cross compile standalone library ===== |
