File: runtests.py

package info (click to toggle)
llvmlite 0.27.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,220 kB
  • sloc: python: 8,036; cpp: 1,341; makefile: 191; sh: 145
file content (9 lines) | stat: -rwxr-xr-x 107 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

import sys

from llvmlite.tests import main


if __name__ == "__main__":
    main()