mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 12:35:20 +00:00
fix line length
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
3bc249959c
commit
5c7e94487e
@ -381,7 +381,8 @@ class DomainData:
|
||||
|
||||
def __init__(self, options, conf):
|
||||
"""Gather data about the library and establish a list of domains to test."""
|
||||
build_command = [options.make_command] + options.make_vars.split(' ') + ['CFLAGS=-Werror -O2']
|
||||
build_command = [options.make_command] + options.make_vars.split(' ') + \
|
||||
['CFLAGS=-Werror -O2']
|
||||
build_and_test = [build_command, [options.make_command, 'test']]
|
||||
self.all_config_symbols = set(conf.settings.keys())
|
||||
# Find hash modules by name.
|
||||
|
Loading…
x
Reference in New Issue
Block a user