summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2015-10-31 21:48:09 +0100
committergkostka <kostka.grzegorz@gmail.com>2015-10-31 21:48:09 +0100
commit4e32e2da452116b1cc8f79902fb7ea704726557f (patch)
tree0f553bd915f2f7d2f6869ec30d7921aabfd20b62
parentecdb3674ba26b5cc5d2de25909b8cde31afe8955 (diff)
Update README.md
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 20ec4bf..d070748 100644
--- a/README.md
+++ b/README.md
@@ -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
=====