Files
OpenBMC/poky/meta/recipes-devtools/python/python3-numpy/run-ptest
T

6 lines
74 B
Python
Raw Normal View History

2026-04-23 17:07:55 +08:00
#!/usr/bin/env python3
import numpy
numpy.test(label='full', verbose=2)