1#!/usr/bin/env python 2 3from llvmlite.tests import main 4 5 6if __name__ == "__main__": 7 main() 8 9