build: add option to disable tests
authorJames Hilliard <james.hilliard1@gmail.com>
Tue, 3 Mar 2020 22:27:51 +0000 (15:27 -0700)
committerJames Hilliard <james.hilliard1@gmail.com>
Fri, 16 Apr 2021 09:45:06 +0000 (03:45 -0600)
commit88f1605a826ca0c2ff02be6f4cf9ecabf68e8341
treee4957692b87b13284771aff111b79d521ed0b634
parent4c2105312379b62dc84f6eaaf26e2ab293d51b92
build: add option to disable tests

When building for a product, tests are not needed.

Besides, one test requires a C++ compiler, which is not always
available.

So, add an option to configure to disable building tests altogether.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
meson.build
meson_options.txt