bolt/deps/llvm-18.1.8/llvm/utils/lit/examples/many-tests/lit.cfg
2025-02-14 19:21:04 +01:00

9 lines
147 B
Python

# -*- Python -*-
import sys
import os
sys.path.insert(0, os.path.dirname(__file__))
import ManyTests
config.test_format = ManyTests.ManyTests()