set up cmake to take options so that, by default we Build NO test binary. But we can choose to build Light tests Or we can choose to build Full tests e.g. maybe MX_TEST_BUILD=none MX_TEST_BUILD=light MX_TEST_BUILD=all
set up cmake to take options so that, by default we
Build NO test binary.
But we can choose to build
Light tests
Or we can choose to build
Full tests
e.g.
maybe
MX_TEST_BUILD=none
MX_TEST_BUILD=light
MX_TEST_BUILD=all