Commit 144c345daf6275a4dd8c75a0cc888679805464da

Authored by bellard
1 parent de83cd02

consistent hello naming


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@247 c046a42c-6fe2-441c-8c8c-71466251a162
tests/.cvsignore
1 1 gmon.out
2 2 testsig
3   - hello
  3 + hello-i386
4 4 hello-arm
5 5 sha1.test.c
6 6 sha1.c
... ...
tests/Makefile
... ... @@ -12,9 +12,9 @@ QEMU=../qemu
12 12  
13 13 all: $(TESTS)
14 14  
15   -hello: hello.c
  15 +hello-i386: hello-i386.c
16 16 $(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $<
17   - strip hello
  17 + strip $@
18 18  
19 19 testclone: testclone.c
20 20 $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
... ...
tests/hello.c renamed to tests/hello-i386.c