xref
: /
OK3568_Linux_fs
/
yocto
/
poky
/
meta
/
recipes-devtools
/
python
/
python3-numpy
/
run-ptest
(revision 4882a59341e53eb6f0b4789bf948001014eff981)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
usr
/
bin
/
env
python3
2
3
import
numpy
4
numpy
.
test
(
label
=
'full'
,
verbose
=
2
)
5
6