diff options
author | matthew <> | 2014-06-13 01:55:02 +0000 |
---|---|---|
committer | matthew <> | 2014-06-13 01:55:02 +0000 |
commit | 5a1fd238ffb5612e4dd1965f694b7f04ab0d5ecb (patch) | |
tree | 49cbc0c1c73c9c75d3f8fe2de5493265c836adae /src/regress/lib/libc/Makefile | |
parent | 6b58c306f2b5b2dcef66386167df6c8703c397b2 (diff) | |
download | openbsd-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/Makefile')
-rw-r--r-- | src/regress/lib/libc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/Makefile b/src/regress/lib/libc/Makefile index 71eb6398a8..e7a96f1ece 100644 --- a/src/regress/lib/libc/Makefile +++ b/src/regress/lib/libc/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.40 2014/06/12 22:01:55 matthew Exp $ | 1 | # $OpenBSD: Makefile,v 1.41 2014/06/13 01:55:02 matthew Exp $ |
2 | 2 | ||
3 | SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env | 3 | SUBDIR+= _setjmp alloca atexit basename cephes cxa-atexit db dirname env |
4 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob | 4 | SUBDIR+= explicit_bzero fmemopen fnmatch fpclassify getcap getopt_long glob |
@@ -6,7 +6,7 @@ SUBDIR+= hsearch longjmp locale malloc mkstemp modf netdb open_memstream | |||
6 | SUBDIR+= orientation popen printf | 6 | SUBDIR+= orientation popen printf |
7 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf | 7 | SUBDIR+= regex setjmp setjmp-signal sigreturn sigsetjmp sprintf |
8 | SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum | 8 | SUBDIR+= stdio_threading stpncpy strerror strtod strtol strtonum |
9 | SUBDIR+= telldir time vis | 9 | SUBDIR+= telldir time timingsafe vis |
10 | 10 | ||
11 | .if defined(REGRESS_FULL) | 11 | .if defined(REGRESS_FULL) |
12 | SUBDIR+= getaddrinfo | 12 | SUBDIR+= getaddrinfo |