diff options
Diffstat (limited to 'src/lib/libssl/test')
-rw-r--r-- | src/lib/libssl/test/Makefile.ssl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/test/Makefile.ssl b/src/lib/libssl/test/Makefile.ssl index b961dabc3c..9c7b7dd158 100644 --- a/src/lib/libssl/test/Makefile.ssl +++ b/src/lib/libssl/test/Makefile.ssl | |||
@@ -192,7 +192,7 @@ test_bn: | |||
192 | @./$(BNTEST) >tmp.bntest | 192 | @./$(BNTEST) >tmp.bntest |
193 | @echo quit >>tmp.bntest | 193 | @echo quit >>tmp.bntest |
194 | @echo "running bc" | 194 | @echo "running bc" |
195 | @bc tmp.bntest 2>&1 | $(PERL) -e 'while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} print STDERR "."; $$i++;} print STDERR "\n$$i tests passed\n"' | 195 | @<tmp.bntest sh -c "`sh ./bctest || true`" | $(PERL) -e '$$i=0; while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $$1";} elsif (!/^0$$/) {die "\nFailed! bc: $$_";} else {print STDERR "."; $$i++;}} print STDERR "\n$$i tests passed\n"' |
196 | @echo 'test a^b%c implementations' | 196 | @echo 'test a^b%c implementations' |
197 | ./$(EXPTEST) | 197 | ./$(EXPTEST) |
198 | 198 | ||
@@ -241,7 +241,7 @@ dclean: | |||
241 | mv -f Makefile.new $(MAKEFILE) | 241 | mv -f Makefile.new $(MAKEFILE) |
242 | 242 | ||
243 | clean: | 243 | clean: |
244 | rm -f .rnd tmp.bntest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss log | 244 | rm -f .rnd tmp.bntest tmp.bctest *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff $(EXE) *.ss log |
245 | 245 | ||
246 | $(DLIBSSL): | 246 | $(DLIBSSL): |
247 | (cd ../ssl; $(MAKE)) | 247 | (cd ../ssl; $(MAKE)) |