3 # Configuration file for the 'lit' test runner.
10 # name: The name of this test suite.
11 config
.name
= "BOLT-Unit"
13 # suffixes: A list of file extensions to treat as test files.
16 # test_source_root: The root path where tests are located.
17 # test_exec_root: The root path where tests should be run.
18 config
.test_exec_root
= os
.path
.join(config
.bolt_obj_root
, "unittests")
19 config
.test_source_root
= config
.test_exec_root
21 # testFormat: The test format to use to interpret tests.
22 config
.test_format
= lit
.formats
.GoogleTest(config
.llvm_build_mode
, "Tests")