summaryrefslogtreecommitdiff
path: root/regress/unittests/Makefile
diff options
context:
space:
mode:
authormarkus@openbsd.org <markus@openbsd.org>2015-01-19 20:45:25 +0000
committerDamien Miller <djm@mindrot.org>2015-01-20 09:50:34 +1100
commitc78a578107c7e6dcf5d30a2f34cb6581bef14029 (patch)
tree4b35ae503512d33ce6fab4a04b27ef7b05e5baac /regress/unittests/Makefile
parent31821d7217e686667d04935aeec99e1fc4a46e7e (diff)
upstream commit
finally enable the KEX tests I wrote some years ago...
Diffstat (limited to 'regress/unittests/Makefile')
-rw-r--r--regress/unittests/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile
index 722940a1b..98121b744 100644
--- a/regress/unittests/Makefile
+++ b/regress/unittests/Makefile
@@ -1,5 +1,6 @@
1# $OpenBSD: Makefile,v 1.1 2014/04/30 05:32:00 djm Exp $ 1# $OpenBSD: Makefile,v 1.4 2015/01/19 20:45:25 markus Exp $
2REGRESS_FAIL_EARLY= yes
2 3
3SUBDIR= test_helper sshbuf sshkey bitmap 4SUBDIR= test_helper sshbuf sshkey bitmap kex
4 5
5.include <bsd.subdir.mk> 6.include <bsd.subdir.mk>