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:
parent
7e134247cd
commit
149dc8069c
@ -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
|
||||
|
@ -1 +1 @@
|
||||
FEATURES_REQUIRED += cpp
|
||||
FEATURES_REQUIRED += cpp libstdcpp
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
FEATURES_REQUIRED += cpp
|
||||
FEATURES_REQUIRED += cpp libstdcpp
|
||||
|
Loading…
Reference in New Issue
Block a user