tests: Include Suite B 192-bit support in the example configuration
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
9398586129
commit
8b9603c3d1
2 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,7 @@ CFLAGS += -DCONFIG_RADIUS_TEST
|
|||
CONFIG_MODULE_TESTS=y
|
||||
|
||||
CONFIG_SUITEB=y
|
||||
CONFIG_SUITEB192=y
|
||||
|
||||
# AddressSanitizer (ASan) can be enabled by uncommenting the following lines.
|
||||
# This can be used as a more efficient memory error detector than valgrind
|
||||
|
|
|
@ -133,6 +133,7 @@ CONFIG_TESTING_OPTIONS=y
|
|||
CONFIG_MODULE_TESTS=y
|
||||
|
||||
CONFIG_SUITEB=y
|
||||
CONFIG_SUITEB192=y
|
||||
|
||||
# AddressSanitizer (ASan) can be enabled by uncommenting the following lines.
|
||||
# This can be used as a more efficient memory error detector than valgrind
|
||||
|
|
Loading…
Reference in a new issue