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