run test by LLVM's lit

This commit is contained in:
Laszlo Nagy
2016-04-28 22:46:32 +10:00
parent 930dc3e964
commit c0bb4be2f1
72 changed files with 700 additions and 794 deletions

View File

@@ -36,6 +36,5 @@ setup(
"Programming Language :: Python :: 3.5",
"Topic :: Software Development :: Compilers",
"Topic :: Software Development :: Quality Assurance"
],
test_suite="tests.suite"
]
)