mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-05 02:07:16 +00:00
be7ada7181
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81190 91177308-0d34-0410-b5e6-96231b3b80d8
8 lines
134 B
Python
8 lines
134 B
Python
import TestRunner
|
|
|
|
class TclTest:
|
|
def execute(self, test, litConfig):
|
|
return TestRunner.executeTclTest(test, litConfig)
|
|
|
|
|