Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
owners-plugin-test
/
955a4a6171ac3077ecaad42a2fcb134c6dc5b427
/
.
/
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