]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
consistent hello naming
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 15 Jun 2003 20:42:31 +0000 (20:42 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sun, 15 Jun 2003 20:42:31 +0000 (20:42 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@247 c046a42c-6fe2-441c-8c8c-71466251a162

tests/.cvsignore
tests/Makefile
tests/hello-i386.c [moved from tests/hello.c with 100% similarity]

index 5e5781e20d2bae3bedfea7c925e3a90bba749abc..18a82986ccaedd2899d222dd62aac807971225c1 100644 (file)
@@ -1,6 +1,6 @@
  gmon.out
  testsig
- hello
+ hello-i386
  hello-arm
  sha1.test.c
  sha1.c
index 364e3973064be93d28283817c84a2a13ca25742d..52e81297a954be853a41c996b2b0b6d223e60b30 100644 (file)
@@ -12,9 +12,9 @@ QEMU=../qemu
 
 all: $(TESTS)
 
-hello: hello.c
+hello-i386: hello-i386.c
        $(CC) -nostdlib $(CFLAGS) -static $(LDFLAGS) -o $@ $<
-       strip hello
+       strip $@
 
 testclone: testclone.c
        $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $<
similarity index 100%
rename from tests/hello.c
rename to tests/hello-i386.c