summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2023-10-13 15:15:05 +1100
committerDamien Miller <djm@mindrot.org>2023-10-13 15:15:05 +1100
commit6eee8c972d5901d10e80634a006b4e346b2c8c19 (patch)
treeb1017d6285322c45e7d91cbfaa00105435254113 /Makefile.in
parent637624dbbac13f2bc3c8ec5b15c9d627d07f2935 (diff)
run t-extra regress tests
This exposes the t-extra regress tests (including agent-pkcs11.sh) as a new extra-tests target in the top level Makefile and runs them by default. ok dtucker@
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 70287f51..0acc0366 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -715,7 +715,7 @@ regress-unit-binaries: regress-prep $(REGRESSLIBS) \
regress/unittests/sshsig/test_sshsig$(EXEEXT) \
regress/unittests/utf8/test_utf8$(EXEEXT)
-tests: file-tests t-exec interop-tests unit
+tests: file-tests t-exec interop-tests extra-tests unit
echo all tests passed
unit: regress-unit-binaries
@@ -726,7 +726,7 @@ unit: regress-unit-binaries
OBJ="$(BUILDDIR)/regress" \
$@ && echo $@ tests passed
-interop-tests t-exec file-tests: regress-prep regress-binaries $(TARGETS)
+interop-tests t-exec file-tests extra-tests: regress-prep regress-binaries $(TARGETS)
cd $(srcdir)/regress || exit $$?; \
EGREP='@EGREP@' \
OPENSSL_BIN='@OPENSSL_BIN@' \