commit | 0fffb59bfd451edf56347c4e3e88acba3f82d065 | [log] [tgz] |
---|---|---|
author | Jagpal Singh Gill <paligill@gmail.com> | Tue May 20 23:45:25 2025 -0700 |
committer | Jagpal Singh Gill <paligill@gmail.com> | Mon Jun 02 14:59:36 2025 -0700 |
tree | c2d98ee9b05a3cf60698cc2479e388636d7fec9f | |
parent | fa4a787626e461b1125d950314740d976ccb6d4b [diff] [blame] |
tests: add dir and meson option Add tests dir and meson option to enable tests. Tested: meson build passed. Change-Id: I8fce7227664e3ae9d41d25a8d22196baad59ed20 Signed-off-by: Jagpal Singh Gill <paligill@gmail.com>
diff --git a/meson.options b/meson.options index 01f8577..5346c2b 100644 --- a/meson.options +++ b/meson.options
@@ -5,3 +5,4 @@ description: 'Enable modbus RTU.', ) +option('tests', type: 'feature', description: 'Build tests')