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:
parent
6bd6091938
commit
600e9f4e47
7
tests/pkg_c25519/app.config.test
Normal file
7
tests/pkg_c25519/app.config.test
Normal 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
|
1
tests/pkg_cayenne-lpp/app.config.test
Normal file
1
tests/pkg_cayenne-lpp/app.config.test
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_PACKAGE_CAYENNE-LPP=y
|
7
tests/pkg_cifra/app.config.test
Normal file
7
tests/pkg_cifra/app.config.test
Normal 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
|
4
tests/pkg_cn-cbor/app.config.test
Normal file
4
tests/pkg_cn-cbor/app.config.test
Normal file
@ -0,0 +1,4 @@
|
||||
CONFIG_MODULE_EMBUNIT=y
|
||||
CONFIG_MODULE_FMT=y
|
||||
CONFIG_MODULE_MEMARRAY=y
|
||||
CONFIG_PACKAGE_CN-CBOR=y
|
1
tests/pkg_emlearn/app.config.test
Normal file
1
tests/pkg_emlearn/app.config.test
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_PACKAGE_EMLEARN=y
|
7
tests/pkg_hacl/app.config.test
Normal file
7
tests/pkg_hacl/app.config.test
Normal 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
|
2
tests/pkg_heatshrink/app.config.test
Normal file
2
tests/pkg_heatshrink/app.config.test
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_MODULE_EMBUNIT=y
|
||||
CONFIG_PACKAGE_HEATSHRINK=y
|
1
tests/pkg_jsmn/app.config.test
Normal file
1
tests/pkg_jsmn/app.config.test
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_PACKAGE_JSMN=y
|
2
tests/pkg_libb2/app.config.test
Normal file
2
tests/pkg_libb2/app.config.test
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_MODULE_EMBUNIT=y
|
||||
CONFIG_PACKAGE_LIBB2=y
|
10
tests/pkg_libcose/app.config.test
Normal file
10
tests/pkg_libcose/app.config.test
Normal 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
|
2
tests/pkg_libfixmath/app.config.test
Normal file
2
tests/pkg_libfixmath/app.config.test
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_MODULE_LIBFIXMATH=y
|
||||
CONFIG_PACKAGE_LIBFIXMATH=y
|
7
tests/pkg_libhydrogen/app.config.test
Normal file
7
tests/pkg_libhydrogen/app.config.test
Normal 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
|
1
tests/pkg_lora-serialization/app.config.test
Normal file
1
tests/pkg_lora-serialization/app.config.test
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_PACKAGE_LORA-SERIALIZATION=y
|
7
tests/pkg_micro-ecc/app.config.test
Normal file
7
tests/pkg_micro-ecc/app.config.test
Normal 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
|
2
tests/pkg_minmea/app.config.test
Normal file
2
tests/pkg_minmea/app.config.test
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_MODULE_FMT=y
|
||||
CONFIG_PACKAGE_MINMEA=y
|
7
tests/pkg_monocypher/app.config.test
Normal file
7
tests/pkg_monocypher/app.config.test
Normal 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
|
2
tests/pkg_nanocbor/app.config.test
Normal file
2
tests/pkg_nanocbor/app.config.test
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_MODULE_EMBUNIT=y
|
||||
CONFIG_PACKAGE_NANOCBOR=y
|
1
tests/pkg_nanopb/app.config.test
Normal file
1
tests/pkg_nanopb/app.config.test
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_PACKAGE_NANOPB=y
|
2
tests/pkg_qcbor/app.config.test
Normal file
2
tests/pkg_qcbor/app.config.test
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_MODULE_EMBUNIT=y
|
||||
CONFIG_PACKAGE_QCBOR=y
|
3
tests/pkg_qdsa/app.config.test
Normal file
3
tests/pkg_qdsa/app.config.test
Normal file
@ -0,0 +1,3 @@
|
||||
CONFIG_MODULE_EMBUNIT=y
|
||||
CONFIG_MODULE_RANDOM=y
|
||||
CONFIG_PACKAGE_QDSA=y
|
4
tests/pkg_relic/app.config.test
Normal file
4
tests/pkg_relic/app.config.test
Normal file
@ -0,0 +1,4 @@
|
||||
CONFIG_MODULE_EMBUNIT=y
|
||||
CONFIG_MODULE_RANDOM=y
|
||||
CONFIG_MODULE_PRNG_XORSHIFT=y
|
||||
CONFIG_PACKAGE_RELIC=y
|
1
tests/pkg_tiny-asn1/app.config.test
Normal file
1
tests/pkg_tiny-asn1/app.config.test
Normal file
@ -0,0 +1 @@
|
||||
CONFIG_PACKAGE_TINY-ASN1=y
|
4
tests/pkg_tinycbor/app.config.test
Normal file
4
tests/pkg_tinycbor/app.config.test
Normal file
@ -0,0 +1,4 @@
|
||||
CONFIG_MODULE_EMBUNIT=y
|
||||
CONFIG_MODULE_FMT=y
|
||||
CONFIG_MODULE_TINYCBOR_FLOAT=y
|
||||
CONFIG_PACKAGE_TINYCBOR=y
|
2
tests/pkg_tinycrypt/app.config.test
Normal file
2
tests/pkg_tinycrypt/app.config.test
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_MODULE_FMT=y
|
||||
CONFIG_PACKAGE_TINYCRYPT=y
|
7
tests/pkg_tweetnacl/app.config.test
Normal file
7
tests/pkg_tweetnacl/app.config.test
Normal 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
|
2
tests/pkg_yxml/app.config.test
Normal file
2
tests/pkg_yxml/app.config.test
Normal file
@ -0,0 +1,2 @@
|
||||
CONFIG_MODULE_EMBUNIT=y
|
||||
CONFIG_PACKAGE_YXML=y
|
Loading…
Reference in New Issue
Block a user