artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8101fc8
)
finally enable the KEX tests I wrote some years ago...
author
markus
<markus@openbsd.org>
Mon, 19 Jan 2015 20:45:25 +0000
(20:45 +0000)
committer
markus
<markus@openbsd.org>
Mon, 19 Jan 2015 20:45:25 +0000
(20:45 +0000)
regress/usr.bin/ssh/unittests/Makefile
patch
|
blob
|
history
diff --git
a/regress/usr.bin/ssh/unittests/Makefile
b/regress/usr.bin/ssh/unittests/Makefile
index
1b1dea7
..
edebe09
100644
(file)
--- a/
regress/usr.bin/ssh/unittests/Makefile
+++ b/
regress/usr.bin/ssh/unittests/Makefile
@@
-1,5
+1,5
@@
-# $OpenBSD: Makefile,v 1.
3 2015/01/15 07:36:28 djm
Exp $
+# $OpenBSD: Makefile,v 1.
4 2015/01/19 20:45:25 markus
Exp $
REGRESS_FAIL_EARLY= yes
-SUBDIR= test_helper sshbuf sshkey bitmap
+SUBDIR= test_helper sshbuf sshkey bitmap
kex
.include <bsd.subdir.mk>