blob: fa85cc153a133aaac6a7bdeda496a92f4d2bcee1 [file] [log] [blame]
Tim Petersa48b5262000-08-23 05:28:45 +00001# This should be equivalent to running regrtest.py from the cmdline.
2# It can be especially handy if you're in an interactive shell, e.g.,
3# from test import autotest.
Victor Stinner3aac0ad2016-03-24 17:53:20 +01004from test.libregrtest import main
5main()