diff options
| author | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-08-03 06:08:04 +0000 |
|---|---|---|
| committer | Joel E. Denny <jdenny.ornl@gmail.com> | 2019-08-03 06:08:04 +0000 |
| commit | 2c5a60f1dcaef09ef9c01438fe1d3d7468637af4 (patch) | |
| tree | a994e1bb71a3d2e0be23a13b5ca9a41e3d22b0dc /llvm/utils/lit/tests/shtest-env.py | |
| parent | 41a2847a9ae50a9cc52f754d52692357d0e28bbf (diff) | |
| download | bcm5719-llvm-2c5a60f1dcaef09ef9c01438fe1d3d7468637af4.tar.gz bcm5719-llvm-2c5a60f1dcaef09ef9c01438fe1d3d7468637af4.zip | |
[lit] Actually run tests for internal env command
Put the main test script in the right directory, and fix a python bug
in a local script.
Reviewed By: stella.stamenova
Differential Revision: https://reviews.llvm.org/D65623
llvm-svn: 367751
Diffstat (limited to 'llvm/utils/lit/tests/shtest-env.py')
| -rw-r--r-- | llvm/utils/lit/tests/shtest-env.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/shtest-env.py b/llvm/utils/lit/tests/shtest-env.py new file mode 100644 index 00000000000..fc5f973e676 --- /dev/null +++ b/llvm/utils/lit/tests/shtest-env.py @@ -0,0 +1,3 @@ +# Check the env command +# +# RUN: %{lit} -a -v %{inputs}/shtest-env |

