From 696e93ba83374a9681cbf9a1777cb4824fec6fbd Mon Sep 17 00:00:00 2001 From: shadchin Date: Tue, 5 Jan 2016 13:25:35 +0000 Subject: [PATCH] +py-test-capturelog +py-test-capturelog,python3 +py-test-httpbin +py-test-httpbin,python3 --- devel/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devel/Makefile b/devel/Makefile index 6466624f76f..0d1c9e18781 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1440 2016/01/05 10:17:06 sthen Exp $ +# $OpenBSD: Makefile,v 1.1441 2016/01/05 13:25:35 shadchin Exp $ SUBDIR = SUBDIR += ElectricFence @@ -1337,8 +1337,12 @@ SUBDIR += py-symboltype SUBDIR += py-test SUBDIR += py-test,python3 + SUBDIR += py-test-capturelog + SUBDIR += py-test-capturelog,python3 SUBDIR += py-test-cov SUBDIR += py-test-cov,python3 + SUBDIR += py-test-httpbin + SUBDIR += py-test-httpbin,python3 SUBDIR += py-testpath SUBDIR += py-testtools SUBDIR += py-testtools,python3