mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
600e9f4e47
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
8 lines
276 B
Plaintext
8 lines
276 B
Plaintext
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
|