]> git.proxmox.com Git - mirror_qemu.git/blobdiff - tests/Makefile
build all targets at the same time
[mirror_qemu.git] / tests / Makefile
index 52e81297a954be853a41c996b2b0b6d223e60b30..f4e1b22f44743aaa20101cfaf77e8c4d9c5512a7 100644 (file)
@@ -1,4 +1,4 @@
-include ../config.mak
+include ../config-host.mak
 
 CFLAGS=-Wall -O2 -g
 LDFLAGS=
@@ -8,7 +8,7 @@ TESTS=testclone testsig testthread sha1-i386 test-i386 runcom
 endif
 TESTS+=sha1 test_path
 
-QEMU=../qemu
+QEMU=../i386/qemu
 
 all: $(TESTS)