diff options
author | U. Artie Eoff <ullysses.a.eoff@intel.com> | 2019-10-08 12:20:26 -0700 |
---|---|---|
committer | U. Artie Eoff <ullysses.a.eoff@intel.com> | 2019-10-16 12:49:17 -0700 |
commit | 7ce24e6ff793dfd8aa710c2cc236002304bc0849 (patch) | |
tree | 1576a8047a0487c2b24a11b63d1fdec0d0f50814 /meson_options.txt | |
parent | 97aabe8784c057a4bee33d6f541ab7d75ca3708e (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.txt | 1 |
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.') |