mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
lit: Expose FileBasedTest object and Test module via 'lit' object that gets
exposed to config files. llvm-svn: 113923
This commit is contained in:
parent
24c29a251d
commit
14e18ee412
@ -8,6 +8,9 @@ class LitConfig:
|
||||
easily.
|
||||
"""
|
||||
|
||||
# Provide access to Test module.
|
||||
import Test
|
||||
|
||||
# Provide access to built-in formats.
|
||||
import LitFormats as formats
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
from TestFormats import FileBasedTest
|
||||
from TestFormats import GoogleTest, ShTest, TclTest
|
||||
from TestFormats import SyntaxCheckTest, OneCommandPerFileTest
|
||||
|
Loading…
x
Reference in New Issue
Block a user