summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/timingsafe/Makefile
diff options
context:
space:
mode:
authormatthew <>2014-06-13 01:55:02 +0000
committermatthew <>2014-06-13 01:55:02 +0000
commit5a1fd238ffb5612e4dd1965f694b7f04ab0d5ecb (patch)
tree49cbc0c1c73c9c75d3f8fe2de5493265c836adae /src/regress/lib/libc/timingsafe/Makefile
parent6b58c306f2b5b2dcef66386167df6c8703c397b2 (diff)
downloadopenbsd-5a1fd238ffb5612e4dd1965f694b7f04ab0d5ecb.tar.gz
openbsd-5a1fd238ffb5612e4dd1965f694b7f04ab0d5ecb.tar.bz2
openbsd-5a1fd238ffb5612e4dd1965f694b7f04ab0d5ecb.zip
Add regress tests for timingsafe_bcmp and timingsafe_memcmp.
timingsafe_memcmp tests are disabled for now, pending its addition to libc.
Diffstat (limited to 'src/regress/lib/libc/timingsafe/Makefile')
-rw-r--r--src/regress/lib/libc/timingsafe/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/regress/lib/libc/timingsafe/Makefile b/src/regress/lib/libc/timingsafe/Makefile
new file mode 100644
index 0000000000..9a679b61f8
--- /dev/null
+++ b/src/regress/lib/libc/timingsafe/Makefile
@@ -0,0 +1,5 @@
1# $OpenBSD: Makefile,v 1.1 2014/06/13 01:55:02 matthew Exp $
2
3PROG= timingsafe
4
5.include <bsd.regress.mk>