diff options
author | 2019-11-19 20:01:57 +0000 | |
---|---|---|
committer | 2019-11-19 20:01:57 +0000 | |
commit | 329112253665c5ac5d0c58a165ba8a28c312ecc0 (patch) | |
tree | aa030ebc6f8a438cbdb1270841008c4889df5110 | |
parent | Import NetBSD system call regression tests. They were written with (diff) | |
download | wireguard-openbsd-329112253665c5ac5d0c58a165ba8a28c312ecc0.tar.xz wireguard-openbsd-329112253665c5ac5d0c58a165ba8a28c312ecc0.zip |
Link system call tests to build.
-rw-r--r-- | regress/lib/libc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc/Makefile b/regress/lib/libc/Makefile index 40288cf5f13..9ff25ef6d30 100644 --- a/regress/lib/libc/Makefile +++ b/regress/lib/libc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 2018/12/16 15:36:27 millert Exp $ +# $OpenBSD: Makefile,v 1.53 2019/11/19 20:01:57 bluhm Exp $ SUBDIR+= _setjmp SUBDIR+= alloca arc4random-fork atexit @@ -19,6 +19,7 @@ SUBDIR+= qsort SUBDIR+= regex SUBDIR+= setjmp setjmp-signal sigsetjmp sprintf stdio_threading SUBDIR+= stpncpy strerror strlcat strlcpy strnlen strtod strtol strtonum +SUBDIR+= sys SUBDIR+= telldir time timingsafe SUBDIR+= vis |