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