mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
0c4c56ff39
README.cosmo contains the necessary links.
5 lines
209 B
Python
5 lines
209 B
Python
# This should be equivalent to running regrtest.py from the cmdline.
|
|
# It can be especially handy if you're in an interactive shell, e.g.,
|
|
# from test import autotest.
|
|
from test.libregrtest import main
|
|
main()
|