From 06980da35fdae34253dfd0b33b527f10b5b8e151 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 11 Sep 2023 21:55:14 +0300 Subject: Fix build_packages::collect_build_postponed() to try to collect bogus postponements via existing dependent Also add some "big" configuration negotiation tests. --- tests/build/root.build | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/build') 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 -- cgit v1.1