[PATCH] D58439: [obj2yaml][yaml2obj]Locate all tests, including .yaml and .test

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 20 07:04:32 PST 2019


jhenderson updated this revision to Diff 187578.
jhenderson edited the summary of this revision.
jhenderson added a comment.

Explicitly only accept .test and .yaml tests.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58439/new/

https://reviews.llvm.org/D58439

Files:
  test/tools/obj2yaml/lit.local.cfg
  test/tools/yaml2obj/lit.local.cfg


Index: test/tools/yaml2obj/lit.local.cfg
===================================================================
--- test/tools/yaml2obj/lit.local.cfg
+++ test/tools/yaml2obj/lit.local.cfg
@@ -1 +1 @@
-config.suffixes = ['.yaml']
+config.suffixes = ['.test', '.yaml']
Index: test/tools/obj2yaml/lit.local.cfg
===================================================================
--- test/tools/obj2yaml/lit.local.cfg
+++ test/tools/obj2yaml/lit.local.cfg
@@ -0,0 +1 @@
+config.suffixes = ['.test', '.yaml']


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58439.187578.patch
Type: text/x-patch
Size: 501 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190220/eaa50e4b/attachment.bin>


More information about the llvm-commits mailing list