diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-10-28 00:09:43 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-10-28 00:09:43 +0000 |
commit | 03d5f74aeec3c282f06ff0151596df25ab88659a (patch) | |
tree | 6a0360e52b79b8fa807bdd3ea050119addcd8f4d /tests/Makefile | |
parent | 9f05cc34df6ea0cdd9183e8405792aa09ddac7d3 (diff) |
update
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@419 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 6daaaa2bb8..4cfe7912ec 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -9,7 +9,7 @@ endif TESTS+=sha1# test_path #TESTS+=test_path -QEMU=../i386/qemu-i386 +QEMU=../i386-user/qemu-i386 all: $(TESTS) |