summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-01-11 11:09:35 +0000
committerrillig <rillig@pkgsrc.org>2020-01-11 11:09:35 +0000
commit058f5baa7cb7cd77962a7c15319e37aaa172b242 (patch)
tree95b92ab3a8c275220b12b76a558acb568a59f521 /regress
parent3ab1c6f82aedcee55755dc55a5b146508b00b215 (diff)
downloadpkgsrc-058f5baa7cb7cd77962a7c15319e37aaa172b242.tar.gz
regress: remove Makefile
The regress/ directory does not contain pkgsrc packages, therefore it should not be listed as a SUBDIR in the top-level Makefile. This wrong impression could be caused because most of the regression tests have a Makefile that looks like an actual package Makefile. But this alone doesn't mean that these are packages. The only relevant file for a regression test is the spec file. If that test uses a package Makefile or not is an implementation detail of each test.
Diffstat (limited to 'regress')
-rw-r--r--regress/Makefile31
-rw-r--r--regress/README2
2 files changed, 2 insertions, 31 deletions
diff --git a/regress/Makefile b/regress/Makefile
deleted file mode 100644
index 88f9a9aca68..00000000000
--- a/regress/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.27 2019/12/12 04:35:21 wiz Exp $
-#
-# See https://www.netbsd.org/docs/pkgsrc/regression.html for more
-# information about these tests.
-#
-
-COMMENT= Regression tests for pkgsrc infrastructure
-
-SUBDIR+= barrier
-SUBDIR+= bootstrap-install-sh
-SUBDIR+= buildlink-libtool
-SUBDIR+= buildlink-transform
-SUBDIR+= buildlink-unwrap
-SUBDIR+= check-perms
-SUBDIR+= check-portability
-SUBDIR+= compiler
-SUBDIR+= env-vars
-#SUBDIR+= gnu-configure-strict # no Makefile
-SUBDIR+= ignore-tools
-#SUBDIR+= infra-unittests # no Makefile
-SUBDIR+= make-env-phases
-SUBDIR+= make-quoting
-SUBDIR+= pkg-options
-SUBDIR+= pkgfail
-SUBDIR+= print-plist
-SUBDIR+= print-plist-python
-SUBDIR+= show-all
-SUBDIR+= subst
-SUBDIR+= tools
-
-.include "../mk/misc/category.mk"
diff --git a/regress/README b/regress/README
new file mode 100644
index 00000000000..f3abff8ebf9
--- /dev/null
+++ b/regress/README
@@ -0,0 +1,2 @@
+See the chapter "Regression tests" in the pkgsrc guide (doc/pkgsrc.txt)
+for more information about these tests.