You've already forked linux-packaging-mono
acceptance-tests
data
docs
external
Newtonsoft.Json
api-doc-tools
api-snapshot
aspnetwebstack
bdwgc
binary-reference-assemblies
bockbuild
boringssl
cecil
cecil-legacy
corefx
corert
helix-binaries
ikdasm
ikvm
illinker-test-assets
linker
llvm-project
clang
clang-tools-extra
compiler-rt
eng
libcxx
libcxxabi
libunwind
lld
lldb
llvm
bindings
cmake
docs
examples
include
lib
projects
resources
runtimes
scripts
test
tools
unittests
utils
FileCheck
KillTheDoctor
LLVMVisualizers
Misc
PerfectShuffle
TableGen
Target
bugpoint
count
crosstool
docker
emacs
fpcmp
gdb-scripts
git
git-svn
jedit
kate
lint
lit
examples
lit
tests
Inputs
config-map-discovery
discovery
exec-discovery
exec-discovery-in-tree
googletest-format
googletest-timeout
googletest-upstream-format
max-failures
progress-bar
py-config-discovery
shtest-env
shtest-format
shtest-output-printing
shtest-shell
check_path.py
diff-error-0.txt
diff-error-1.txt
diff-error-2.txt
diff-error-3.txt
diff-error-4.txt
diff-error-5.txt
diff-error-6.txt
error-0.txt
error-1.txt
error-2.txt
lit.cfg
mkdir-error-0.txt
mkdir-error-1.txt
mkdir-error-2.txt
redirects.txt
rm-error-0.txt
rm-error-1.txt
rm-error-2.txt
rm-error-3.txt
sequencing-0.txt
sequencing-1.txt
valid-shell.txt
write-to-stderr.py
write-to-stdout-and-stderr.py
shtest-timeout
test-data
testrunner-custom-parsers
unittest-adaptor
unit
.coveragerc
boolean-parsing.py
discovery.py
googletest-format.py
googletest-timeout.py
googletest-upstream-format.py
lit.cfg
lit.site.cfg.in
max-failures.py
progress-bar.py
selecting.py
shell-parsing.py
shtest-encoding.py
shtest-format.py
shtest-output-printing.py
shtest-shell.py
shtest-timeout.py
test-data.py
test-output.py
unittest-adaptor.py
usage.py
xunit-output.py
utils
CMakeLists.txt
MANIFEST.in
README.txt
lit.py
setup.py
llvm-build
llvm-lit
not
release
sanitizers
testgen
textmate
unittest
valgrind
vim
vscode
yaml-bench
DSAclean.py
DSAextract.py
GenLibDeps.pl
GetRepositoryPath
GetSourceVersion
LLVMBuild.txt
UpdateCMakeLists.pl
abtest.py
bisect
bisect-skip-count
check-each-file
clang-parse-diagnostics-file
codegen-diff
countloc.sh
create_ladder_graph.py
extract_symbols.py
findmisopt
findoptdiff
findsym.pl
getsrcs.sh
lldbDataFormatters.py
llvm-compilers-check
llvm-gisel-cov.py
llvm-native-gxx
llvm.grm
llvmdo
llvmgrep
makellvm
prepare-code-coverage-artifact.py
schedcover.py
shuffle_fuzz.py
shuffle_select_fuzz_tester.py
sort_includes.py
update_llc_test_checks.py
update_mir_test_checks.py
update_test_checks.py
wciia.py
.arcconfig
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
LLVMBuild.txt
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in
version.txt.in
nuget
openmp
polly
Directory.Build.props
Directory.Build.targets
NuGet.config
azure-pipelines.yml
build.cmd
build.sh
dir.common.props
global.json
llvm.proj
mxe-Win64.cmake.in
nuget-buildtasks
nunit-lite
roslyn-binaries
rx
xunit-binaries
how-to-bump-roslyn-binaries.md
ikvm-native
llvm
m4
man
mcs
mono
msvc
netcore
po
runtime
samples
scripts
support
tools
COPYING.LIB
LICENSE
Makefile.am
Makefile.in
NEWS
README.md
acinclude.m4
aclocal.m4
autogen.sh
code_of_conduct.md
compile
config.guess
config.h.in
config.rpath
config.sub
configure.REMOVED.git-id
configure.ac.REMOVED.git-id
depcomp
install-sh
ltmain.sh.REMOVED.git-id
missing
mkinstalldirs
mono-uninstalled.pc.in
test-driver
winconfig.h
8 lines
236 B
INI
8 lines
236 B
INI
![]() |
import lit.formats
|
||
|
config.name = 'shtest-shell'
|
||
|
config.suffixes = ['.txt']
|
||
|
config.test_format = lit.formats.ShTest()
|
||
|
config.test_source_root = None
|
||
|
config.test_exec_root = None
|
||
|
config.substitutions.append(('%{python}', sys.executable))
|