summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/cpp/files/meson.options
diff options
context:
space:
mode:
Diffstat (limited to 'meta-selftest/recipes-test/cpp/files/meson.options')
-rw-r--r--meta-selftest/recipes-test/cpp/files/meson.options3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/cpp/files/meson.options b/meta-selftest/recipes-test/cpp/files/meson.options
new file mode 100644
index 0000000000..58a0bf9e61
--- /dev/null
+++ b/meta-selftest/recipes-test/cpp/files/meson.options
@@ -0,0 +1,3 @@
+
+option('FAILING_TEST', type : 'feature', value : 'disabled',
+ description : 'Compile a failing unit test to test the test infrastructure')