diff options
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/httpd/tests/Makefile | 3 | ||||
-rw-r--r-- | regress/usr.sbin/ospfd/Makefile | 3 | ||||
-rw-r--r-- | regress/usr.sbin/relayd/Makefile | 3 | ||||
-rw-r--r-- | regress/usr.sbin/switchd/Makefile | 3 | ||||
-rw-r--r-- | regress/usr.sbin/syslogd/Makefile | 3 |
5 files changed, 10 insertions, 5 deletions
diff --git a/regress/usr.sbin/httpd/tests/Makefile b/regress/usr.sbin/httpd/tests/Makefile index 5298c7c54eb..6ed064fd06f 100644 --- a/regress/usr.sbin/httpd/tests/Makefile +++ b/regress/usr.sbin/httpd/tests/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2015/07/16 17:00:41 reyk Exp $ +# $OpenBSD: Makefile,v 1.3 2016/09/02 21:30:34 bluhm Exp $ # The following ports must be installed for the regression tests: # p5-IO-Socket-INET6 object interface for AF_INET and AF_INET6 domain sockets @@ -17,6 +17,7 @@ PERL_REQUIRE != perl -Mstrict -Mwarnings -e ' \ regress: @echo "${PERL_REQUIRE}" @echo install these perl packages for additional tests + @echo SKIPPED .endif # Fill out these variables if you want to test httpd with diff --git a/regress/usr.sbin/ospfd/Makefile b/regress/usr.sbin/ospfd/Makefile index 60718027768..2765eae05ee 100644 --- a/regress/usr.sbin/ospfd/Makefile +++ b/regress/usr.sbin/ospfd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2015/01/16 17:06:43 bluhm Exp $ +# $OpenBSD: Makefile,v 1.5 2016/09/02 21:30:34 bluhm Exp $ # The following ports must be installed for the regression tests: # p5-AnyEvent provide framework for multiple event loops @@ -17,6 +17,7 @@ PERL_REQUIRE != perl -Mstrict -Mwarnings -e ' \ regress: @echo "${PERL_REQUIRE}" @echo install these perl packages for additional tests + @echo SKIPPED .endif # Fill out these variables with your own system parameters diff --git a/regress/usr.sbin/relayd/Makefile b/regress/usr.sbin/relayd/Makefile index ad01e71b553..97f72abacac 100644 --- a/regress/usr.sbin/relayd/Makefile +++ b/regress/usr.sbin/relayd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.12 2015/10/09 17:51:08 bluhm Exp $ +# $OpenBSD: Makefile,v 1.13 2016/09/02 21:30:34 bluhm Exp $ # The following ports must be installed for the regression tests: # p5-IO-Socket-INET6 object interface for AF_INET and AF_INET6 domain sockets @@ -17,6 +17,7 @@ PERL_REQUIRE != perl -Mstrict -Mwarnings -e ' \ regress: @echo "${PERL_REQUIRE}" @echo install these perl packages for additional tests + @echo SKIPPED .endif # Fill out these variables if you want to test relayd with diff --git a/regress/usr.sbin/switchd/Makefile b/regress/usr.sbin/switchd/Makefile index 9d9c8894d4a..2ddf6ede482 100644 --- a/regress/usr.sbin/switchd/Makefile +++ b/regress/usr.sbin/switchd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2016/07/22 09:28:59 reyk Exp $ +# $OpenBSD: Makefile,v 1.3 2016/09/02 21:30:34 bluhm Exp $ # The following ports must be installed for the regression tests: # p5-Net-Pcap Perl interface for libpcap @@ -17,6 +17,7 @@ PERL_REQUIRE != perl -Mstrict -Mwarnings -e ' \ regress: @echo "${PERL_REQUIRE}" @echo install these perl packages for additional tests + @echo SKIPPED .endif # Automatically generate regress targets from test cases in directory. diff --git a/regress/usr.sbin/syslogd/Makefile b/regress/usr.sbin/syslogd/Makefile index 5c00b3e5753..f3481706e4a 100644 --- a/regress/usr.sbin/syslogd/Makefile +++ b/regress/usr.sbin/syslogd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 2016/08/23 21:20:05 bluhm Exp $ +# $OpenBSD: Makefile,v 1.17 2016/09/02 21:30:34 bluhm Exp $ # The following ports must be installed for the regression tests: # p5-IO-Socket-INET6 object interface for AF_INET and AF_INET6 domain sockets @@ -22,6 +22,7 @@ PERL_REQUIRE != perl -Mstrict -Mwarnings -e ' \ regress: @echo "${PERL_REQUIRE}" @echo install these perl packages for additional tests + @echo SKIPPED .endif # Automatically generate regress targets from test cases in directory. |