diff options
author | dtucker@openbsd.org <dtucker@openbsd.org> | 2017-03-14 01:20:29 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2017-03-14 13:45:14 +1100 |
commit | f57783f1ddfb4cdfbd612c6beb5ec01cb5b9a6b9 (patch) | |
tree | 0e2a81bcbccd1ba92315ff5b2599a488155abcc5 /regress/unittests/Makefile | |
parent | 8884b7247d094cd11ff9e39c325ba928c5bdbc6c (diff) |
upstream commit
Add unit test for convtime().
Upstream-Regress-ID: 8717bc0ca4c21120f6dd3a1d3b7a363f707c31e1
Diffstat (limited to 'regress/unittests/Makefile')
-rw-r--r-- | regress/unittests/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/regress/unittests/Makefile b/regress/unittests/Makefile index e70b16644..e975f6ca4 100644 --- a/regress/unittests/Makefile +++ b/regress/unittests/Makefile | |||
@@ -1,5 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.7 2016/08/19 06:44:13 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2017/03/14 01:20:29 dtucker Exp $ |
2 | REGRESS_FAIL_EARLY= yes | 2 | |
3 | SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match | 3 | REGRESS_FAIL_EARLY?= yes |
4 | SUBDIR= test_helper sshbuf sshkey bitmap kex hostkeys utf8 match conversion | ||
4 | 5 | ||
5 | .include <bsd.subdir.mk> | 6 | .include <bsd.subdir.mk> |