diff options
author | Sebastian Benoit <benno@cvs.openbsd.org> | 2018-10-01 22:23:37 +0000 |
---|---|---|
committer | Sebastian Benoit <benno@cvs.openbsd.org> | 2018-10-01 22:23:37 +0000 |
commit | b215c3191771ea0046ce185ba7699b7100cecd41 (patch) | |
tree | b5c0a0761e2a88523b9ba63e5939beccc28830fb /regress/usr.sbin | |
parent | d5a653cfb256ad919c6d8ebd9444d0b56a09b4c3 (diff) |
run the integrationtests/
Diffstat (limited to 'regress/usr.sbin')
-rw-r--r-- | regress/usr.sbin/bgpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.sbin/bgpd/Makefile b/regress/usr.sbin/bgpd/Makefile index 46f53339989..fb9d83c8769 100644 --- a/regress/usr.sbin/bgpd/Makefile +++ b/regress/usr.sbin/bgpd/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.5 2018/09/07 08:40:00 claudio Exp $ +# $OpenBSD: Makefile,v 1.6 2018/10/01 22:23:36 benno Exp $ SUBDIR += config SUBDIR += unittests +SUBDIR += integrationtests .include <bsd.subdir.mk> |