[armemu] add test code for block device
diff --git a/project/armemu-test.mk b/project/armemu-test.mk
index 151beed..9ad3134 100644
--- a/project/armemu-test.mk
+++ b/project/armemu-test.mk
@@ -4,6 +4,11 @@
 
 TARGET := armemu
 MODULES += \
+	lib/bio \
+	lib/partition \
+	lib/bcache \
+	lib/fs \
+	lib/fs/ext2 \
 	app/tests \
 	app/shell