blob: b17908e910bb6e62e87bfe025ef72cc7c517834a [file] [log] [blame]
import sys
sys.argv.append("--jit_executor=legacy")
from test_jit import *
if __name__ == '__main__':
run_tests()
import test_jit_py3
suite = unittest.findTestCases(test_jit_py3)
unittest.TextTestRunner().run(suite)