Eric Andersen %!s(int64=23) %!d(string=hai) anos
pai
achega
1dce8cb9fe
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      test/ctype/Makefile
  2. 1 1
      test/silly/Makefile

+ 1 - 1
test/ctype/Makefile

@@ -30,7 +30,7 @@ ctype: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a
 	-@ echo " "
 	$(CC) $(XCFLAGS) -c $< -o $@.o
 	$(CC) $(XLDFLAGS) $@.o -o $@ $(EXTRA_LIBS)
-	-./$@
+	./$@
 	-@ echo " "
 
 ctype_glibc: ctype.c ../testsuite.h Makefile $(TOPDIR)libc.a

+ 1 - 1
test/silly/Makefile

@@ -41,7 +41,7 @@ hello: hello.c Makefile $(TOPDIR)libc.a
 	$(STRIP)
 	-ldd $@
 	ls $(LSFLAGS) $@
-	-./$@
+	./$@
 	-@ echo " "
 
 hello_glibc: hello.c Makefile $(TOPDIR)libc.a