From 08efca2f639302b55fe28dbf1468aad8d916eb61 Mon Sep 17 00:00:00 2001 From: dtucker Date: Fri, 18 Jul 2014 20:33:12 +0000 Subject: - (dtucker) [Makefile.in] Add a t-exec target to run just the executable tests. --- ChangeLog | 2 ++ Makefile.in | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 95c9bee5..156cbc72 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,8 @@ merge) - (dtucker) [auth2-gss.c gss-serv-krb5.c] Include misc.h for fwd_opts, used in servconf.h. + - (dtucker) [Makefile.in] Add a t-exec target to run just the executable + tests. 20140717 - (djm) [digest-openssl.c] Preserve array order when disabling digests. diff --git a/Makefile.in b/Makefile.in index 9adc0daa..78a4cba9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.361 2014/07/02 07:38:32 djm Exp $ +# $Id: Makefile.in,v 1.362 2014/07/18 20:33:12 dtucker Exp $ # uncomment if you run a non bourne compatable shell. Ie. csh #SHELL = @SH@ @@ -478,7 +478,7 @@ REGRESS_BINARIES=\ regress/unittests/sshbuf/test_sshbuf$(EXEEXT) \ regress/unittests/sshkey/test_sshkey$(EXEEXT) -tests interop-tests: regress-prep $(TARGETS) $(REGRESS_BINARIES) +tests interop-tests t-exec: regress-prep $(TARGETS) $(REGRESS_BINARIES) BUILDDIR=`pwd`; \ TEST_SHELL="@TEST_SHELL@"; \ TEST_SSH_SCP="$${BUILDDIR}/scp"; \ -- cgit v1.2.1