diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-01-31 01:23:26 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-01-31 01:23:26 +0000 |
commit | 25baa132f328da43e2423f22cb3771f6d98a0ca3 (patch) | |
tree | bb6f7bbdbe37ababa567d7c471e93d89d27887dc /llvm/utils/lit/tests/shell-parsing.py | |
parent | 33d340e23bf5f781256330e3809ac081f3a291ad (diff) | |
download | bcm5719-llvm-25baa132f328da43e2423f22cb3771f6d98a0ca3.tar.gz bcm5719-llvm-25baa132f328da43e2423f22cb3771f6d98a0ca3.zip |
[lit] Run the ShUtil tests as part of the test suite.
llvm-svn: 174018
Diffstat (limited to 'llvm/utils/lit/tests/shell-parsing.py')
-rw-r--r-- | llvm/utils/lit/tests/shell-parsing.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/utils/lit/tests/shell-parsing.py b/llvm/utils/lit/tests/shell-parsing.py new file mode 100644 index 00000000000..f644132f29d --- /dev/null +++ b/llvm/utils/lit/tests/shell-parsing.py @@ -0,0 +1,3 @@ +# Just run the ShUtil unit tests. +# +# RUN: python -m lit.ShUtil |