summaryrefslogtreecommitdiff
path: root/test cases/unit/13 reconfigure
diff options
context:
space:
mode:
authorHristo Venev <hristo@venev.name>2017-09-11 21:05:26 +0100
committerHristo Venev <hristo@venev.name>2017-09-15 18:24:26 +0100
commitf2fc32069bc6698ecc65accc455a296b59eb55c7 (patch)
treedf19aa039033b04b88ae0b0d96d1ca7089a3e457 /test cases/unit/13 reconfigure
parente1fc17ef2a532d539678b9a9378bca59eda38a91 (diff)
downloadmeson-f2fc32069bc6698ecc65accc455a296b59eb55c7.tar.gz
Add test for get_option(b_xxx) on reconfigure.
Diffstat (limited to 'test cases/unit/13 reconfigure')
-rw-r--r--test cases/unit/13 reconfigure/meson.build5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/unit/13 reconfigure/meson.build b/test cases/unit/13 reconfigure/meson.build
new file mode 100644
index 000000000..102180e54
--- /dev/null
+++ b/test cases/unit/13 reconfigure/meson.build
@@ -0,0 +1,5 @@
+project('reconfigure test', ['c'])
+
+if get_option('b_lto') != true
+ error('b_lto not set')
+endif