mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-25 03:30:37 +00:00
Summary: Add test targets and the lit-style runner. Test Plan: Run the tests on bot. Reviewers: samsonov Reviewed By: samsonov Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D7217 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227389 91177308-0d34-0410-b5e6-96231b3b80d8
7 lines
173 B
INI
7 lines
173 B
INI
import lit.formats
|
|
|
|
config.name = "LLVMFuzzer"
|
|
config.test_format = lit.formats.ShTest(True)
|
|
config.suffixes = ['.test']
|
|
config.test_source_root = os.path.dirname(__file__)
|