ref: a3d928e3777ab612ead4b903b4916558bffb040b
parent: c5db565ba94c5624f99f127fc9ee6dabf57ca4d4
author: gkostka <kostka.grzegorz@gmail.com>
date: Sun Apr 6 13:33:18 EDT 2014
Server run targets.
--- 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 @@
$(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