diff options
| author | pbrook | 2007-01-20 17:52:55 +0100 |
|---|---|---|
| committer | pbrook | 2007-01-20 17:52:55 +0100 |
| commit | 57be54bb3e0114824eafd0c3cb7d75ffffffa897 (patch) | |
| tree | 636cada0b56856d38a6e2980f9b08e04c1e0194c /tests | |
| parent | Add more ATAPI CDROM DMA support, by Juergen Keil. (diff) | |
| download | qemu-57be54bb3e0114824eafd0c3cb7d75ffffffa897.tar.gz qemu-57be54bb3e0114824eafd0c3cb7d75ffffffa897.tar.xz qemu-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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index f803f6a652..f535dfaf1b 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: |
