diff options
author | Darren Tucker <dtucker@zip.com.au> | 2014-07-19 06:33:12 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2014-07-19 06:33:12 +1000 |
commit | f0fe9ea1be62227c130b317769de3d1e736b6dc1 (patch) | |
tree | 5e0ed485d7b313792d87b837d5eae032d12781ef /Makefile.in | |
parent | 450bc1180d4b061434a4b733c5c8814fa30b022b (diff) | |
download | openssh-git-f0fe9ea1be62227c130b317769de3d1e736b6dc1.tar.gz |
- (dtucker) [Makefile.in] Add a t-exec target to run just the executable
tests.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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"; \ |