mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
Merge pull request #18082 from MrKevinWeiss/pr/fix/cppkconfig
tests/{cpp_ext, cpp_exclude}: cleanup HAS_*
This commit is contained in:
commit
c544625dc9
@ -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…
x
Reference in New Issue
Block a user