sim-card
/
qemu
Archived
10
0
Fork 0

added runcom

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@50 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2003-03-29 16:44:42 +00:00
parent 31bb950be6
commit c3c7c29246
1 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ CFLAGS=-Wall -O2 -g
LDFLAGS=
ifeq ($(ARCH),i386)
TESTS=testclone testsig testthread sha1-i386 test-i386
TESTS=testclone testsig testthread sha1-i386 test-i386 runcom
endif
TESTS+=sha1
@ -48,5 +48,9 @@ speed: sha1 sha1-i386
time ./sha1
time $(QEMU) ./sha1-i386
# vm86 test
runcom: runcom.c
$(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
clean:
rm -f *~ *.o $(TESTS)