This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
147547ee80
llvm-project
/
llvm
/
test
/
tools
/
yaml2obj
/
lit.local.cfg
2 lines
37 B
INI
Raw
Normal View
History
Unescape
Escape
[obj2yaml][yaml2obj]Locate all .yaml and .test tests A number of the obj2yaml tests end in .yaml, but .yaml is not a default file type picked up by lit, so these tests weren't being run when running the testsuite as a whole (they could be run explicitly still). This change adds a lit local config file to specify the known file types for obj2yaml tests (.yaml and .test). Additionally, it fixes the yaml2obj config file to allow both .test and .yaml suffixed tests (previously, the two tests ending in '.test' were not being run). Reviewed by: grimar Differential Revision: https://reviews.llvm.org/D58439 llvm-svn: 354474
2019-02-20 23:13:44 +08:00
config.suffixes
=
['.test', '.yaml']