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