diff options
author | 2018-11-20 19:43:48 +0000 | |
---|---|---|
committer | 2018-11-20 19:43:48 +0000 | |
commit | 0bc034989d8064560db5497e12b3ca4681e75c06 (patch) | |
tree | 99a34f4fb0551768422edc8dbd395618d0e94507 | |
parent | test getown (diff) | |
download | wireguard-openbsd-0bc034989d8064560db5497e12b3ca4681e75c06.tar.xz wireguard-openbsd-0bc034989d8064560db5497e12b3ca4681e75c06.zip |
split up long line
-rw-r--r-- | regress/sys/dev/wscons/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/regress/sys/dev/wscons/Makefile b/regress/sys/dev/wscons/Makefile index 1548d076ebf..757f8e3bcc0 100644 --- a/regress/sys/dev/wscons/Makefile +++ b/regress/sys/dev/wscons/Makefile @@ -1,11 +1,19 @@ -# $OpenBSD: Makefile,v 1.3 2018/11/20 19:37:10 anton Exp $ +# $OpenBSD: Makefile,v 1.4 2018/11/20 19:43:48 anton Exp $ PROG= sigio WARNINGS= yes +TESTS+= getown-fcntl +TESTS+= getown-ioctl +TESTS+= gpgrp +TESTS+= setown-fcntl +TESTS+= setown-ioctl +TESTS+= spgrp +TESTS+= sigio + .for d in wskbd0 wsmouse0 wskbd -. for t in getown-fcntl getown-ioctl gpgrp setown-fcntl setown-ioctl spgrp sigio +. for t in ${TESTS} REGRESS_TARGETS+= $d-$t $d-$t: ${PROG} @echo "\n======== ${@} ========" |