diff --git a/tests/pkg_c25519/app.config.test b/tests/pkg_c25519/app.config.test new file mode 100644 index 0000000000..0f94096fdb --- /dev/null +++ b/tests/pkg_c25519/app.config.test @@ -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 diff --git a/tests/pkg_cayenne-lpp/app.config.test b/tests/pkg_cayenne-lpp/app.config.test new file mode 100644 index 0000000000..839c0acd2b --- /dev/null +++ b/tests/pkg_cayenne-lpp/app.config.test @@ -0,0 +1 @@ +CONFIG_PACKAGE_CAYENNE-LPP=y diff --git a/tests/pkg_cifra/app.config.test b/tests/pkg_cifra/app.config.test new file mode 100644 index 0000000000..a7424f5e0e --- /dev/null +++ b/tests/pkg_cifra/app.config.test @@ -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 diff --git a/tests/pkg_cn-cbor/app.config.test b/tests/pkg_cn-cbor/app.config.test new file mode 100644 index 0000000000..c90691e4c0 --- /dev/null +++ b/tests/pkg_cn-cbor/app.config.test @@ -0,0 +1,4 @@ +CONFIG_MODULE_EMBUNIT=y +CONFIG_MODULE_FMT=y +CONFIG_MODULE_MEMARRAY=y +CONFIG_PACKAGE_CN-CBOR=y diff --git a/tests/pkg_emlearn/app.config.test b/tests/pkg_emlearn/app.config.test new file mode 100644 index 0000000000..059be78865 --- /dev/null +++ b/tests/pkg_emlearn/app.config.test @@ -0,0 +1 @@ +CONFIG_PACKAGE_EMLEARN=y diff --git a/tests/pkg_hacl/app.config.test b/tests/pkg_hacl/app.config.test new file mode 100644 index 0000000000..46a28b35b8 --- /dev/null +++ b/tests/pkg_hacl/app.config.test @@ -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 diff --git a/tests/pkg_heatshrink/app.config.test b/tests/pkg_heatshrink/app.config.test new file mode 100644 index 0000000000..f01506833d --- /dev/null +++ b/tests/pkg_heatshrink/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_EMBUNIT=y +CONFIG_PACKAGE_HEATSHRINK=y diff --git a/tests/pkg_jsmn/app.config.test b/tests/pkg_jsmn/app.config.test new file mode 100644 index 0000000000..4fcb9eb7ed --- /dev/null +++ b/tests/pkg_jsmn/app.config.test @@ -0,0 +1 @@ +CONFIG_PACKAGE_JSMN=y diff --git a/tests/pkg_libb2/app.config.test b/tests/pkg_libb2/app.config.test new file mode 100644 index 0000000000..1296d1304b --- /dev/null +++ b/tests/pkg_libb2/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_EMBUNIT=y +CONFIG_PACKAGE_LIBB2=y diff --git a/tests/pkg_libcose/app.config.test b/tests/pkg_libcose/app.config.test new file mode 100644 index 0000000000..dd9da05659 --- /dev/null +++ b/tests/pkg_libcose/app.config.test @@ -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 diff --git a/tests/pkg_libfixmath/app.config.test b/tests/pkg_libfixmath/app.config.test new file mode 100644 index 0000000000..d30f54adf0 --- /dev/null +++ b/tests/pkg_libfixmath/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_LIBFIXMATH=y +CONFIG_PACKAGE_LIBFIXMATH=y diff --git a/tests/pkg_libhydrogen/app.config.test b/tests/pkg_libhydrogen/app.config.test new file mode 100644 index 0000000000..a1d38ab182 --- /dev/null +++ b/tests/pkg_libhydrogen/app.config.test @@ -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 diff --git a/tests/pkg_lora-serialization/app.config.test b/tests/pkg_lora-serialization/app.config.test new file mode 100644 index 0000000000..729d16d90a --- /dev/null +++ b/tests/pkg_lora-serialization/app.config.test @@ -0,0 +1 @@ +CONFIG_PACKAGE_LORA-SERIALIZATION=y diff --git a/tests/pkg_micro-ecc/app.config.test b/tests/pkg_micro-ecc/app.config.test new file mode 100644 index 0000000000..36a8e118e2 --- /dev/null +++ b/tests/pkg_micro-ecc/app.config.test @@ -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 diff --git a/tests/pkg_minmea/app.config.test b/tests/pkg_minmea/app.config.test new file mode 100644 index 0000000000..aad61c2533 --- /dev/null +++ b/tests/pkg_minmea/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_FMT=y +CONFIG_PACKAGE_MINMEA=y diff --git a/tests/pkg_monocypher/app.config.test b/tests/pkg_monocypher/app.config.test new file mode 100644 index 0000000000..e799d78cc1 --- /dev/null +++ b/tests/pkg_monocypher/app.config.test @@ -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 diff --git a/tests/pkg_nanocbor/app.config.test b/tests/pkg_nanocbor/app.config.test new file mode 100644 index 0000000000..7a3a432df4 --- /dev/null +++ b/tests/pkg_nanocbor/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_EMBUNIT=y +CONFIG_PACKAGE_NANOCBOR=y diff --git a/tests/pkg_nanopb/app.config.test b/tests/pkg_nanopb/app.config.test new file mode 100644 index 0000000000..96b0c8b848 --- /dev/null +++ b/tests/pkg_nanopb/app.config.test @@ -0,0 +1 @@ +CONFIG_PACKAGE_NANOPB=y diff --git a/tests/pkg_qcbor/app.config.test b/tests/pkg_qcbor/app.config.test new file mode 100644 index 0000000000..0265c9d654 --- /dev/null +++ b/tests/pkg_qcbor/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_EMBUNIT=y +CONFIG_PACKAGE_QCBOR=y diff --git a/tests/pkg_qdsa/app.config.test b/tests/pkg_qdsa/app.config.test new file mode 100644 index 0000000000..f76f62ad49 --- /dev/null +++ b/tests/pkg_qdsa/app.config.test @@ -0,0 +1,3 @@ +CONFIG_MODULE_EMBUNIT=y +CONFIG_MODULE_RANDOM=y +CONFIG_PACKAGE_QDSA=y diff --git a/tests/pkg_relic/app.config.test b/tests/pkg_relic/app.config.test new file mode 100644 index 0000000000..22f61fe854 --- /dev/null +++ b/tests/pkg_relic/app.config.test @@ -0,0 +1,4 @@ +CONFIG_MODULE_EMBUNIT=y +CONFIG_MODULE_RANDOM=y +CONFIG_MODULE_PRNG_XORSHIFT=y +CONFIG_PACKAGE_RELIC=y diff --git a/tests/pkg_tiny-asn1/app.config.test b/tests/pkg_tiny-asn1/app.config.test new file mode 100644 index 0000000000..cb1f0d518e --- /dev/null +++ b/tests/pkg_tiny-asn1/app.config.test @@ -0,0 +1 @@ +CONFIG_PACKAGE_TINY-ASN1=y diff --git a/tests/pkg_tinycbor/app.config.test b/tests/pkg_tinycbor/app.config.test new file mode 100644 index 0000000000..31860bface --- /dev/null +++ b/tests/pkg_tinycbor/app.config.test @@ -0,0 +1,4 @@ +CONFIG_MODULE_EMBUNIT=y +CONFIG_MODULE_FMT=y +CONFIG_MODULE_TINYCBOR_FLOAT=y +CONFIG_PACKAGE_TINYCBOR=y diff --git a/tests/pkg_tinycrypt/app.config.test b/tests/pkg_tinycrypt/app.config.test new file mode 100644 index 0000000000..848f8dbea3 --- /dev/null +++ b/tests/pkg_tinycrypt/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_FMT=y +CONFIG_PACKAGE_TINYCRYPT=y diff --git a/tests/pkg_tweetnacl/app.config.test b/tests/pkg_tweetnacl/app.config.test new file mode 100644 index 0000000000..0d3760bfc4 --- /dev/null +++ b/tests/pkg_tweetnacl/app.config.test @@ -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 diff --git a/tests/pkg_yxml/app.config.test b/tests/pkg_yxml/app.config.test new file mode 100644 index 0000000000..d558bce9d2 --- /dev/null +++ b/tests/pkg_yxml/app.config.test @@ -0,0 +1,2 @@ +CONFIG_MODULE_EMBUNIT=y +CONFIG_PACKAGE_YXML=y