forked from OSchip/llvm-project
[lit] Run the ShUtil tests as part of the test suite.
llvm-svn: 174018
This commit is contained in:
parent
33d340e23b
commit
25baa132f3
|
@ -23,6 +23,7 @@ config.test_exec_root = config.test_source_root
|
|||
config.target_triple = None
|
||||
|
||||
src_root = os.path.join(config.test_source_root, '..')
|
||||
config.environment['PYTHONPATH'] = src_root
|
||||
config.substitutions.append(('%{src_root}', src_root))
|
||||
config.substitutions.append(('%{inputs}', os.path.join(
|
||||
src_root, 'tests', 'Inputs')))
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# Just run the ShUtil unit tests.
|
||||
#
|
||||
# RUN: python -m lit.ShUtil
|
Loading…
Reference in New Issue