summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2016-03-08 14:12:58 -0800
committerDamien Miller <djm@mindrot.org>2016-03-08 14:12:58 -0800
commit7b40ef6c2eef40c339f6ea8920cb8a44838e10c9 (patch)
tree7c71d7707d1d72b4b03d2cbbf2cbbb7a9a24166d /Makefile.in
parentc425494d6b6181beb54a1b3763ef9e944fd3c214 (diff)
make a regress-binaries target
Easier to build all the regression/unit test binaries in one pass than going through all of ${REGRESS_BINARIES}
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 84c3c6c1..139e20a8 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -516,8 +516,7 @@ regress/misc/kexfuzz/kexfuzz$(EXEEXT): ${MISC_KEX_FUZZ_OBJS} libssh.a
$(LD) -o $@ $(LDFLAGS) $(MISC_KEX_FUZZ_OBJS) \
-lssh -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
-REGRESS_BINARIES=\
- regress/modpipe$(EXEEXT) \
+regress-binaries: regress/modpipe$(EXEEXT) \
regress/setuid-allowed$(EXEEXT) \
regress/netcat$(EXEEXT) \
regress/check-perm$(EXEEXT) \
@@ -528,7 +527,7 @@ REGRESS_BINARIES=\
regress/unittests/kex/test_kex$(EXEEXT) \
regress/misc/kexfuzz/kexfuzz$(EXEEXT)
-tests interop-tests t-exec: regress-prep $(TARGETS) $(REGRESS_BINARIES)
+tests interop-tests t-exec: regress-prep regress-binaries $(TARGETS)
BUILDDIR=`pwd`; \
TEST_SSH_SCP="$${BUILDDIR}/scp"; \
TEST_SSH_SSH="$${BUILDDIR}/ssh"; \