test: Make all tests depend on UNIT_TEST
authorSimon Glass <sjg@chromium.org>
Fri, 7 Feb 2025 18:30:43 +0000 (11:30 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 02:10:59 +0000 (20:10 -0600)
commit9aaa4a3565c8575c332ef3f5c0f47e64b419cb70
treec77c16ab8be88c0321011bc39cf5eb3625432983
parentd87ffdaa3c41ceb245f75b518e0fbee358654b7a
test: Make all tests depend on UNIT_TEST

Rather than having this condition defined separately for each suite,
bracket all options with 'if UNIT_TEST'.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/Kconfig
test/dm/Kconfig
test/env/Kconfig
test/fdt_overlay/Kconfig
test/optee/Kconfig