[lit] Run the ShUtil tests as part of the test suite.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174018 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2013-01-31 01:23:26 +00:00
parent 84d3c61c03
commit c9fd0a57f7
2 changed files with 4 additions and 0 deletions

View File

@ -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')))

View File

@ -0,0 +1,3 @@
# Just run the ShUtil unit tests.
#
# RUN: python -m lit.ShUtil