mirror of
https://github.com/qemu/qemu.git
synced 2024-11-25 03:43:37 +08:00
first multi target test (lauches 'ls')
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@500 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c265508067
commit
546cdbd77d
@ -65,5 +65,11 @@ hello-arm: hello-arm.o
|
||||
hello-arm.o: hello-arm.c
|
||||
arm-linux-gcc -Wall -g -O2 -c -o $@ $<
|
||||
|
||||
# XXX: find a way to compile easily a test for each arch
|
||||
test2:
|
||||
@for arch in i386 arm sparc ppc; do \
|
||||
../$${arch}-user/qemu-$${arch} $${arch}/ls -l linux-test.c ; \
|
||||
done
|
||||
|
||||
clean:
|
||||
rm -f *~ *.o $(TESTS)
|
||||
|
Loading…
Reference in New Issue
Block a user