Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
stefanberger
/
openbmc
/
37c324aaca093b253114c32a97dd8a2170071d76
/
.
/
poky
/
meta
/
recipes-devtools
/
python-numpy
/
files
/
run-ptest
blob: 9a1c72aeb10d0b3ee5eaa3764a5fb1ab8cf4a35c [
file
] [
log
] [
blame
]
Andrew Geissler
6ce62a2
2020-11-30 19:58:47 -0600
[
diff
] [
blame
]
1
#!/usr/bin/env python3
2
3
import
numpy
4
numpy
.
test
(
label
=
'full'
,
verbose
=
2
)
5