sys/embunit/Kconfig: make module available only for testing

This commit is contained in:
Leandro Lanzieri 2020-11-25 18:43:49 +01:00
parent af672ca01a
commit 5ab04a28b9
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593

View File

@ -7,5 +7,6 @@
config MODULE_EMBUNIT config MODULE_EMBUNIT
bool "EmbUnit" bool "EmbUnit"
depends on TEST_KCONFIG
help help
RIOT Unittests based on the EmbUnit Framework. RIOT Unittests based on the EmbUnit Framework.