1
0
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:
Alexandre Abadie 2022-05-12 15:15:12 +02:00 committed by GitHub
commit c544625dc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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