diff --git a/tests/.cvsignore b/tests/.cvsignore index 5e5781e20d2bae3bedfea7c925e3a90bba749abc..18a82986ccaedd2899d222dd62aac807971225c1 100644 --- a/tests/.cvsignore +++ b/tests/.cvsignore @@ -1,6 +1,6 @@ gmon.out testsig - hello + hello-i386 hello-arm sha1.test.c sha1.c diff --git a/tests/Makefile b/tests/Makefile index 364e3973064be93d28283817c84a2a13ca25742d..52e81297a954be853a41c996b2b0b6d223e60b30 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -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 $@ $< diff --git a/tests/hello.c b/tests/hello-i386.c similarity index 100% rename from tests/hello.c rename to tests/hello-i386.c