mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
lit: Expose FileBasedTest object and Test module via 'lit' object that gets
exposed to config files. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@113923 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ff2dcd3ce9
commit
c2be84fd49
@ -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