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