diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-09-27 05:27:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-09-27 05:27:43 +0000 |
commit | 9de66e437363337aed4161e29f732c95850a030c (patch) | |
tree | 7c9f7857aaf1b6b9ac7a3244827aead6b5072b52 /test/stdlib | |
parent | fec403c593168e63ad7e6414f6e8df8ab11a7d8f (diff) |
Scrub up a few test things
Diffstat (limited to 'test/stdlib')
-rw-r--r-- | test/stdlib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index 061933e03..aad82827d 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -85,7 +85,7 @@ teststrtol: teststrtol.c Makefile $(TESTDIR)/Config $(TESTDIR)/Rules.mak $(CC) $(CC) $(LDFLAGS) $@.o -o $@ $(EXTRA_LIBS) $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ - ls -sh $@ + ls -l $@ -./$@ > $@.out -@ echo " " @@ -98,7 +98,7 @@ teststrtol_glibc: teststrtol.c Makefile $(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@ $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ - ls -sh $@ + ls -l $@ -./$@ > $@.out -@ echo " " @@ -132,7 +132,7 @@ qsort_glibc: qsort.c Makefile $(HOST_CC) $(GLIBC_LDFLAGS) $@.o -o $@ $(STRIPTOOL) -x -R .note -R .comment $@ -$(LDD) $@ - ls -sh $@ + ls -l $@ -./$@ > $@.out -@ echo " " |