diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-07-21 20:16:22 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-07-21 20:16:22 +0000 |
commit | edd652e34abd392088469788b757b2612b80e9ab (patch) | |
tree | 3f9f105b399b34ce80664e19b3b755584f5f4f25 /regress/usr.bin/diff/t12.2 | |
parent | d847cc994d27774c465c1e0e5bba617415d574df (diff) |
Two new regressions. t12 fails currently.
ok millert@
Diffstat (limited to 'regress/usr.bin/diff/t12.2')
-rw-r--r-- | regress/usr.bin/diff/t12.2 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/regress/usr.bin/diff/t12.2 b/regress/usr.bin/diff/t12.2 new file mode 100644 index 00000000000..93a7a2f8037 --- /dev/null +++ b/regress/usr.bin/diff/t12.2 @@ -0,0 +1,12 @@ +# $OpenBSD: t12.2,v 1.1 2003/07/21 20:16:21 otto Exp $ + +# Test HMAC: + +PROG= hmactest +SRCS= hash.c hmactest.c +.PATH: ${.CURDIR}/../../ +NOMAN= +CFLAGS+= -I${.CURDIR}/../../ -Wall +DEBUG= -g + +.include <bsd.prog.mk>
\ No newline at end of file |