From e77b511bf624e09aa5974b17fbfbd9685ea8cd7b Mon Sep 17 00:00:00 2001 From: Thomas Coldrick Date: Mon, 12 Aug 2019 08:16:14 +0100 Subject: Move modulebuild plugin to bst-plugins-experimental Continuing moving plugins over to bst-plugins-experimental. --- tests/format/variables/defaults/project.conf | 1 + tests/format/variables/overrides/project.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'tests/format/variables') diff --git a/tests/format/variables/defaults/project.conf b/tests/format/variables/defaults/project.conf index 3fed2612d..9d38bfe78 100644 --- a/tests/format/variables/defaults/project.conf +++ b/tests/format/variables/defaults/project.conf @@ -8,3 +8,4 @@ plugins: elements: cmake: 0 makemaker: 0 + modulebuild: 0 diff --git a/tests/format/variables/overrides/project.conf b/tests/format/variables/overrides/project.conf index 2b1f1422c..476dff44c 100644 --- a/tests/format/variables/overrides/project.conf +++ b/tests/format/variables/overrides/project.conf @@ -7,3 +7,4 @@ plugins: elements: cmake: 0 makemaker: 0 + modulebuild: 0 -- cgit v1.2.1