Fix tests?
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
6a08b68c90
commit
3d9af4734f
1 changed files with 1 additions and 1 deletions
|
@ -3515,7 +3515,7 @@ support_test_aesni() {
|
||||||
# We can only grep /proc/cpuinfo on Linux, so this also checks for Linux
|
# We can only grep /proc/cpuinfo on Linux, so this also checks for Linux
|
||||||
(gcc -v 2>&1 | grep Target | grep -q x86_64) &&
|
(gcc -v 2>&1 | grep Target | grep -q x86_64) &&
|
||||||
[[ "$HOSTTYPE" == "x86_64" && "$OSTYPE" == "linux-gnu" ]] &&
|
[[ "$HOSTTYPE" == "x86_64" && "$OSTYPE" == "linux-gnu" ]] &&
|
||||||
(grep '^flags' /proc/cpuinfo | grep -w aes)
|
(grep '^flags' /proc/cpuinfo | grep -qw aes)
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_aesni () { # ~ 60s
|
component_test_aesni () { # ~ 60s
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue