summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorU. Artie Eoff <ullysses.a.eoff@intel.com>2019-10-08 12:20:26 -0700
committerU. Artie Eoff <ullysses.a.eoff@intel.com>2019-10-16 12:49:17 -0700
commit7ce24e6ff793dfd8aa710c2cc236002304bc0849 (patch)
tree1576a8047a0487c2b24a11b63d1fdec0d0f50814 /meson_options.txt
parent97aabe8784c057a4bee33d6f541ab7d75ca3708e (diff)
tests: check: initial unit test support
Add minimal unit test toolchain files and a simple vaapipostproc unit test.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 24b2c3b0..fd4d92e6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -7,5 +7,6 @@ option('with_egl', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'aut
# Common feature options
option('examples', type : 'feature', value : 'auto', yield : true)
+option('tests', type : 'feature', value : 'auto', yield : true)
option('doc', type : 'feature', value : 'auto', yield: true,
description: 'Enable documentation.')