diff options
Diffstat (limited to 'regress/unittests/Makefile.inc')
-rw-r--r-- | regress/unittests/Makefile.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/regress/unittests/Makefile.inc b/regress/unittests/Makefile.inc index 428ef6836..370224aa5 100644 --- a/regress/unittests/Makefile.inc +++ b/regress/unittests/Makefile.inc | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile.inc,v 1.13 2018/10/17 23:28:05 djm Exp $ | 1 | # $OpenBSD: Makefile.inc,v 1.14 2019/11/25 10:32:35 djm Exp $ |
2 | 2 | ||
3 | REGRESS_FAIL_EARLY?= yes | 3 | REGRESS_FAIL_EARLY?= yes |
4 | 4 | ||
@@ -74,6 +74,9 @@ LDADD+= -lcrypto | |||
74 | DPADD+= ${LIBCRYPTO} | 74 | DPADD+= ${LIBCRYPTO} |
75 | .endif | 75 | .endif |
76 | 76 | ||
77 | LDADD+= -lfido2 -lcbor -lusbhid | ||
78 | DPADD+= ${LIBFIDO2} ${LIBCBOR} ${LIBUSBHID} | ||
79 | |||
77 | UNITTEST_ARGS?= | 80 | UNITTEST_ARGS?= |
78 | 81 | ||
79 | .if (${UNITTEST_VERBOSE:L} != "no") | 82 | .if (${UNITTEST_VERBOSE:L} != "no") |