[armemu] add test code for block device

This commit is contained in:
Travis Geiselbrecht
2010-05-06 17:21:24 -07:00
parent c84b9040a2
commit 83ae28f05f
2 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,11 @@ LOCAL_DIR := $(GET_LOCAL_DIR)
TARGET := armemu TARGET := armemu
MODULES += \ MODULES += \
lib/bio \
lib/partition \
lib/bcache \
lib/fs \
lib/fs/ext2 \
app/tests \ app/tests \
app/shell app/shell

View File

@@ -9,6 +9,10 @@ file = lk.bin
display = no display = no
console = yes console = yes
network = no network = no
block = yes
[network] [network]
device = /dev/tap0 device = /dev/tap0
[block]
file = ../blk.bin