diff options
-rw-r--r-- | Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 0634fa333..c923c6ce9 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -591,6 +591,7 @@ regress-unit-binaries: regress-prep $(REGRESSLIBS) \ | |||
591 | regress/misc/kexfuzz/kexfuzz$(EXEEXT) | 591 | regress/misc/kexfuzz/kexfuzz$(EXEEXT) |
592 | 592 | ||
593 | tests: file-tests t-exec interop-tests unit | 593 | tests: file-tests t-exec interop-tests unit |
594 | echo all tests passed | ||
594 | 595 | ||
595 | unit: regress-unit-binaries | 596 | unit: regress-unit-binaries |
596 | BUILDDIR=`pwd`; \ | 597 | BUILDDIR=`pwd`; \ |
@@ -598,7 +599,7 @@ unit: regress-unit-binaries | |||
598 | $(MAKE) \ | 599 | $(MAKE) \ |
599 | .OBJDIR="$${BUILDDIR}/regress" \ | 600 | .OBJDIR="$${BUILDDIR}/regress" \ |
600 | .CURDIR="`pwd`" \ | 601 | .CURDIR="`pwd`" \ |
601 | $@ | 602 | $@ && echo $@ tests passed |
602 | 603 | ||
603 | interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS) | 604 | interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS) |
604 | BUILDDIR=`pwd`; \ | 605 | BUILDDIR=`pwd`; \ |
@@ -646,7 +647,7 @@ interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS) | |||
646 | TEST_SSH_ECC="$${TEST_SSH_ECC}" \ | 647 | TEST_SSH_ECC="$${TEST_SSH_ECC}" \ |
647 | TEST_SHELL="${TEST_SHELL}" \ | 648 | TEST_SHELL="${TEST_SHELL}" \ |
648 | EXEEXT="$(EXEEXT)" \ | 649 | EXEEXT="$(EXEEXT)" \ |
649 | $@ && echo all tests passed | 650 | $@ && echo all $@ passed |
650 | 651 | ||
651 | compat-tests: $(LIBCOMPAT) | 652 | compat-tests: $(LIBCOMPAT) |
652 | (cd openbsd-compat/regress && $(MAKE)) | 653 | (cd openbsd-compat/regress && $(MAKE)) |