Files
2025-05-20 11:57:43 -04:00

5 lines
106 B
Python

import sys
from numba.testing import run_tests
sys.exit(0 if run_tests(sys.argv).wasSuccessful() else 1)