commit | 38d3798b94ab83bd828d9b4ea3cef63ef474832a | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Thu Jan 31 22:15:20 2013 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Thu Jan 31 22:15:20 2013 +0000 |
tree | 47de44d5b35c9abdb38b5b0e361b1df4632f596d | |
parent | f36e032c41c4bdf43c1b61ceb6cce6df0c44608f [diff] [blame] |
[lit] Add a test for internal shell execution behaviors. llvm-svn: 174102
diff --git a/llvm/utils/lit/tests/Inputs/shtest-shell/lit.cfg b/llvm/utils/lit/tests/Inputs/shtest-shell/lit.cfg new file mode 100644 index 0000000..4878b65 --- /dev/null +++ b/llvm/utils/lit/tests/Inputs/shtest-shell/lit.cfg
@@ -0,0 +1,5 @@ +config.name = 'shtest-shell' +config.suffixes = ['.txt'] +config.test_format = lit.formats.ShTest() +config.test_source_root = None +config.test_exec_root = None