diff options
author | djm@openbsd.org <djm@openbsd.org> | 2020-01-26 00:09:50 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2020-01-28 12:50:38 +1100 |
commit | 1e1db0544fdd788e2e3fc21d972a7ccb7de6b4ae (patch) | |
tree | 9768d63c5e8d70d048b3c5b0cc8c61781c48e712 /regress/unittests | |
parent | 0d1144769151edf65f74aee9a4c8545c37861695 (diff) |
upstream: unbreak unittests for recent API / source file changes
OpenBSD-Regress-ID: 075a899a01bbf7781d38bf0b33d8366faaf6d3c0
Diffstat (limited to 'regress/unittests')
-rw-r--r-- | regress/unittests/sshbuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/unittests/sshbuf/Makefile b/regress/unittests/sshbuf/Makefile index 388cb5a78..5f6c4426a 100644 --- a/regress/unittests/sshbuf/Makefile +++ b/regress/unittests/sshbuf/Makefile | |||
@@ -1,6 +1,6 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2020/01/26 00:09:50 djm Exp $ | 1 | # $OpenBSD: Makefile,v 1.8 2020/01/26 00:09:50 djm Exp $ |
2 | 2 | ||
3 | .include <bsd.regress.mk> | 3 | # $OpenBSD: Makefile,v 1.8 2020/01/26 00:09:50 djm Exp $ |
4 | 4 | ||
5 | PROG=test_sshbuf | 5 | PROG=test_sshbuf |
6 | SRCS=tests.c | 6 | SRCS=tests.c |