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