1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

tests/{cpp_ext, cpp_exclude}: cleanup HAS_*

This commit is contained in:
MrKevinWeiss 2022-05-10 09:51:54 +02:00
parent 7e134247cd
commit 149dc8069c
No known key found for this signature in database
GPG Key ID: 9CA745022D5D3214
4 changed files with 6 additions and 6 deletions

View File

@ -8,5 +8,5 @@
config MODULE_MODULE_EXCLUDE
bool "Exclude module"
depends on TEST_KCONFIG
select HAS_CPP
select HAS_LIBSTDCPP
depends on HAS_CPP
depends on HAS_LIBSTDCPP

View File

@ -1 +1 @@
FEATURES_REQUIRED += cpp
FEATURES_REQUIRED += cpp libstdcpp

View File

@ -8,5 +8,5 @@
config MODULE_MODULE
bool "Module"
depends on TEST_KCONFIG
select HAS_CPP
select HAS_LIBSTDCPP
depends on HAS_CPP
depends on HAS_LIBSTDCPP

View File

@ -1 +1 @@
FEATURES_REQUIRED += cpp
FEATURES_REQUIRED += cpp libstdcpp