summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-20 16:52:55 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-01-20 16:52:55 +0000
commit57be54bb3e0114824eafd0c3cb7d75ffffffa897 (patch)
tree636cada0b56856d38a6e2980f9b08e04c1e0194c /tests
parentAdd more ATAPI CDROM DMA support, by Juergen Keil. (diff)
downloadqemu-kvm-57be54bb3e0114824eafd0c3cb7d75ffffffa897.tar.gz
qemu-kvm-57be54bb3e0114824eafd0c3cb7d75ffffffa897.tar.bz2
qemu-kvm-57be54bb3e0114824eafd0c3cb7d75ffffffa897.zip
Fix "make test2".
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2339 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index f803f6a65..f535dfaf1 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -92,7 +92,7 @@ hello-mipsel: hello-mips.c
# XXX: find a way to compile easily a test for each arch
test2:
@for arch in i386 arm armeb sparc ppc mips mipsel; do \
- ../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \
+ ../$${arch}-linux-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \
done
clean: