commit | eb887017f2f321a68afc8b2a9e04c9aefe3247cf | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 21 10:00:49 2023 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Jul 21 16:51:21 2023 -0500 |
tree | 89a62b51e1fc42ef798275c2620927a6ed4baa19 | |
parent | 2d4a0b1fb045f74507aaef1aa9fd6a2e356a42b1 [diff] [blame] |
build: add meson for unit-tests Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I96e75ba8a4853d0454f3f5012e0d79e1a34af02c
diff --git a/meson_options.txt b/meson_options.txt index 5b73cce..70c130e 100644 --- a/meson_options.txt +++ b/meson_options.txt
@@ -1,4 +1,10 @@ option( + 'tests', + type: 'feature', + value: 'enabled', + description: 'Build tests', +) +option( 'google_oen', type: 'feature', value: 'enabled',