diff options
Diffstat (limited to 'regress/unittests/Makefile')
-rw-r--r-- | regress/unittests/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile index d3d90823f907..0a95d4b205fb 100644 --- a/regress/unittests/Makefile +++ b/regress/unittests/Makefile @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile,v 1.5 2015/02/16 22:21:03 djm Exp $ +# $OpenBSD: Makefile,v 1.6 2016/05/26 19:14:25 schwarze Exp $ REGRESS_FAIL_EARLY= yes -SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys +SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 .include <bsd.subdir.mk> |