diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-08-10 21:39:31 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-08-10 21:39:31 +0000 |
commit | 626df76abbd6f74cf0b7df209671982a463c249d (patch) | |
tree | 01f2f5165ccced246964f3c01b75b64933e698f9 /tests/Makefile | |
parent | abcd5da72e66becf055aff3a225f7c8645c18fff (diff) |
build all targets at the same time
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@352 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index 52e81297a..f4e1b22f4 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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) |