mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-26 22:34:39 +00:00
640436d7af
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190
8 lines
134 B
Python
8 lines
134 B
Python
import TestRunner
|
|
|
|
class TclTest:
|
|
def execute(self, test, litConfig):
|
|
return TestRunner.executeTclTest(test, litConfig)
|
|
|
|
|