mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
[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:
parent
84d3c61c03
commit
c9fd0a57f7
@ -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')))
|
||||
|
3
utils/lit/tests/shell-parsing.py
Normal file
3
utils/lit/tests/shell-parsing.py
Normal file
@ -0,0 +1,3 @@
|
||||
# Just run the ShUtil unit tests.
|
||||
#
|
||||
# RUN: python -m lit.ShUtil
|
Loading…
Reference in New Issue
Block a user