aboutsummaryrefslogtreecommitdiff
path: root/tests/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-09-11 21:55:14 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-09-25 11:35:25 +0300
commit06980da35fdae34253dfd0b33b527f10b5b8e151 (patch)
tree2f3372b7eefef256e8c458fb29ccb57372818f7d /tests/build
parent5ce252ac6263683696e069b35f6d42ca2d3119e4 (diff)
Fix build_packages::collect_build_postponed() to try to collect bogus postponements via existing dependent
Also add some "big" configuration negotiation tests.
Diffstat (limited to 'tests/build')
-rw-r--r--tests/build/root.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/build/root.build b/tests/build/root.build
index 4da21de..1d29eec 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,6 +1,10 @@
# file : tests/build/root.build
# license : MIT; see accompanying LICENSE file
+# Enable all tests, including those which takes a long time to execute.
+#
+config [bool] config.bpkg.tests.all ?= false
+
# Use remote instead of local repository locations for tests.
#
# Note that this is an "instead of" rather than "in addition to" configuration
@@ -19,6 +23,7 @@ config [bool] config.bpkg.tests.git.ssh ?= false
# Using the project configuration variables all over the testscripts makes
# them look hairy. Thus, let's provide short aliases for these variables.
#
+all = $config.bpkg.tests.all
remote = $config.bpkg.tests.remote
git_ssh = $config.bpkg.tests.git.ssh