Files
2025-04-02 21:44:17 -07: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)