1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

tests/pkg*: Add app.config.test to pkg tests

This adds app config to the package tests that are available:

- tests/pkg_c25519
- tests/pkg_cayenne-lpp
- tests/pkg_cifra
- tests/pkg_cn-cbor
- tests/pkg_emlearn
- tests/pkg_hacl
- tests/pkg_heatshrink
- tests/pkg_jsmn
- tests/pkg_libb2
- tests/pkg_libcose
- tests/pkg_libfixmath
- tests/pkg_libhydrogen
- tests/pkg_lora-serialization
- tests/pkg_micro-ecc
- tests/pkg_minmea
- tests/pkg_monocypher
- tests/pkg_nanocbor
- tests/pkg_nanopb
- tests/pkg_qcbor
- tests/pkg_qdsa
- tests/pkg_relic
- tests/pkg_tiny-asn1
- tests/pkg_tinycbor
- tests/pkg_tinycrypt
- tests/pkg_tweetnacl
- tests/pkg_yxml
This commit is contained in:
MrKevinWeiss 2021-03-31 16:40:11 +02:00
parent 6bd6091938
commit 600e9f4e47
26 changed files with 96 additions and 0 deletions

View File

@ -0,0 +1,7 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_RANDOM=y
# Should be autoselecting the MODULE_PRNG_HWRNG if possible
# Since the makefile cannot we have to override until end of migration
# Remove when TEST_KCONFIG is complete
CONFIG_MODULE_PRNG_TINYMT32=y
CONFIG_PACKAGE_C25519=y

View File

@ -0,0 +1 @@
CONFIG_PACKAGE_CAYENNE-LPP=y

View File

@ -0,0 +1,7 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_RANDOM=y
# Should be autoselecting the MODULE_PRNG_HWRNG if possible
# Since the makefile cannot we have to override until end of migration
# Remove when TEST_KCONFIG is complete
CONFIG_MODULE_PRNG_TINYMT32=y
CONFIG_PACKAGE_CIFRA=y

View File

@ -0,0 +1,4 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_FMT=y
CONFIG_MODULE_MEMARRAY=y
CONFIG_PACKAGE_CN-CBOR=y

View File

@ -0,0 +1 @@
CONFIG_PACKAGE_EMLEARN=y

View File

@ -0,0 +1,7 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_RANDOM=y
# Should be autoselecting the MODULE_PRNG_HWRNG if possible
# Since the makefile cannot we have to override until end of migration
# Remove when TEST_KCONFIG is complete
CONFIG_MODULE_PRNG_TINYMT32=y
CONFIG_PACKAGE_HACL=y

View File

@ -0,0 +1,2 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_PACKAGE_HEATSHRINK=y

View File

@ -0,0 +1 @@
CONFIG_PACKAGE_JSMN=y

View File

@ -0,0 +1,2 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_PACKAGE_LIBB2=y

View File

@ -0,0 +1,10 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_LIBCOSE_CRYPT_HACL=y
CONFIG_MODULE_MEMARRAY=y
# Should be autoselecting the MODULE_PRNG_HWRNG if possible
# Since the makefile cannot we have to override until end of migration
# Remove when TEST_KCONFIG is complete
CONFIG_MODULE_PRNG_TINYMT32=y
CONFIG_MODULE_RANDOM=y
CONFIG_PACKAGE_HACL=y
CONFIG_PACKAGE_LIBCOSE=y

View File

@ -0,0 +1,2 @@
CONFIG_MODULE_LIBFIXMATH=y
CONFIG_PACKAGE_LIBFIXMATH=y

View File

@ -0,0 +1,7 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_RANDOM=y
# Should be autoselecting the MODULE_PRNG_HWRNG if possible
# Since the makefile cannot we have to override until end of migration
# Remove when TEST_KCONFIG is complete
CONFIG_MODULE_PRNG_TINYMT32=y
CONFIG_PACKAGE_LIBHYDROGEN=y

View File

@ -0,0 +1 @@
CONFIG_PACKAGE_LORA-SERIALIZATION=y

View File

@ -0,0 +1,7 @@
CONFIG_MODULE_HASHES=y
CONFIG_MODULE_RANDOM=y
# Should be autoselecting the MODULE_PRNG_HWRNG if possible
# Since the makefile cannot we have to override until end of migration
# Remove when TEST_KCONFIG is complete
CONFIG_MODULE_PRNG_TINYMT32=y
CONFIG_PACKAGE_MICRO-ECC=y

View File

@ -0,0 +1,2 @@
CONFIG_MODULE_FMT=y
CONFIG_PACKAGE_MINMEA=y

View File

@ -0,0 +1,7 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_RANDOM=y
# Should be autoselecting the MODULE_PRNG_HWRNG if possible
# Since the makefile cannot we have to override until end of migration
# Remove when TEST_KCONFIG is complete
CONFIG_MODULE_PRNG_TINYMT32=y
CONFIG_PACKAGE_MONOCYPHER=y

View File

@ -0,0 +1,2 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_PACKAGE_NANOCBOR=y

View File

@ -0,0 +1 @@
CONFIG_PACKAGE_NANOPB=y

View File

@ -0,0 +1,2 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_PACKAGE_QCBOR=y

View File

@ -0,0 +1,3 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_RANDOM=y
CONFIG_PACKAGE_QDSA=y

View File

@ -0,0 +1,4 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_RANDOM=y
CONFIG_MODULE_PRNG_XORSHIFT=y
CONFIG_PACKAGE_RELIC=y

View File

@ -0,0 +1 @@
CONFIG_PACKAGE_TINY-ASN1=y

View File

@ -0,0 +1,4 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_FMT=y
CONFIG_MODULE_TINYCBOR_FLOAT=y
CONFIG_PACKAGE_TINYCBOR=y

View File

@ -0,0 +1,2 @@
CONFIG_MODULE_FMT=y
CONFIG_PACKAGE_TINYCRYPT=y

View File

@ -0,0 +1,7 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_MODULE_RANDOM=y
# Should be autoselecting the MODULE_PRNG_HWRNG if possible
# Since the makefile cannot we have to override until end of migration
# Remove when TEST_KCONFIG is complete
CONFIG_MODULE_PRNG_TINYMT32=y
CONFIG_PACKAGE_TWEETNACL=y

View File

@ -0,0 +1,2 @@
CONFIG_MODULE_EMBUNIT=y
CONFIG_PACKAGE_YXML=y