aboutsummaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorHemmo Nieminen <hemmo.nieminen@iki.fi>2018-02-12 20:57:23 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2018-02-16 00:09:47 +0200
commitff1146bc8c3b489fafce5746ce9d3c5f1d80fd96 (patch)
tree83ffcc446fe3ed335d5820df1cf0efee13a81019 /test cases
parentb06a4901cb7f062e57dcd5b8193271031ca36c62 (diff)
downloadmeson-ff1146bc8c3b489fafce5746ce9d3c5f1d80fd96.zip
meson-ff1146bc8c3b489fafce5746ce9d3c5f1d80fd96.tar.gz
meson-ff1146bc8c3b489fafce5746ce9d3c5f1d80fd96.tar.bz2
Fix subproject prefix handling when checking subproject option validity.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/unit/19 bad command line options/subprojects/one/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/unit/19 bad command line options/subprojects/one/meson.build b/test cases/unit/19 bad command line options/subprojects/one/meson.build
index 39ae07e..85ef742 100644
--- a/test cases/unit/19 bad command line options/subprojects/one/meson.build
+++ b/test cases/unit/19 bad command line options/subprojects/one/meson.build
@@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-project('one subproject')
+project('one subproject', default_options : [ 'b_colorout=never' ])