summaryrefslogtreecommitdiff
path: root/fs_test.mk
diff options
context:
space:
mode:
authorgkostka <kostka.grzegorz@gmail.com>2014-04-06 17:33:18 +0000
committergkostka <kostka.grzegorz@gmail.com>2014-04-06 17:33:18 +0000
commita3d928e3777ab612ead4b903b4916558bffb040b (patch)
tree40863616e6b18970e1dc42f52441f89779f04a1b /fs_test.mk
parentc5db565ba94c5624f99f127fc9ee6dabf57ca4d4 (diff)
Server run targets.
Diffstat (limited to 'fs_test.mk')
-rw-r--r--fs_test.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/fs_test.mk b/fs_test.mk
index 2b0d7f8..d0eba20 100644
--- a/fs_test.mk
+++ b/fs_test.mk
@@ -1,6 +1,7 @@
LWEXT4_CLIENT = @build_generic/lwext4_client
+LWEXT4_SERVER = @build_generic/lwext4_server
TEST_DIR = /test
@@ -417,5 +418,17 @@ t20:
$(LWEXT4_CLIENT) -c "umount /"
+unpack_images:
+ rm -R -f ext_images
+ 7za x ext_images.7z
+
+server_ext2:
+ $(LWEXT4_SERVER) -i ../ext_images/ext2
+
+server_ext3:
+ $(LWEXT4_SERVER) -i ../ext_images/ext3
+server_ext4:
+ $(LWEXT4_SERVER) -i ../ext_images/ext4
+
all_tests: t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14 t15 t16 t17 t18 t19 t20 \ No newline at end of file