[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:13:30 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL354474: [obj2yaml][yaml2obj]Locate all .yaml and .test tests (authored by jhenderson, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D58439?vs=187578&id=187581#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D58439

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


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


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


More information about the llvm-commits mailing list