[PATCH] D20222: [test-suite] Use llvm_multisource() with arguments to create simple tests.

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 29 11:37:29 PDT 2016


tra updated this revision to Diff 69596.
tra added a comment.

Rebased on top of recent HEAD


https://reviews.llvm.org/D20222

Files:
  MultiSource/Applications/Burg/CMakeLists.txt
  MultiSource/Applications/aha/CMakeLists.txt
  MultiSource/Applications/d/CMakeLists.txt
  MultiSource/Applications/hbd/CMakeLists.txt
  MultiSource/Applications/hexxagon/CMakeLists.txt
  MultiSource/Applications/kimwitu++/CMakeLists.txt
  MultiSource/Applications/lambda-0.1.3/CMakeLists.txt
  MultiSource/Applications/lemon/CMakeLists.txt
  MultiSource/Applications/oggenc/CMakeLists.txt
  MultiSource/Applications/siod/CMakeLists.txt
  MultiSource/Applications/treecc/CMakeLists.txt
  MultiSource/Applications/viterbi/CMakeLists.txt
  MultiSource/Benchmarks/ASC_Sequoia/IRSmk/CMakeLists.txt
  MultiSource/Benchmarks/BitBench/drop3/CMakeLists.txt
  MultiSource/Benchmarks/BitBench/five11/CMakeLists.txt
  MultiSource/Benchmarks/BitBench/uudecode/CMakeLists.txt
  MultiSource/Benchmarks/BitBench/uuencode/CMakeLists.txt
  MultiSource/Benchmarks/Fhourstones/CMakeLists.txt
  MultiSource/Benchmarks/MallocBench/espresso/CMakeLists.txt
  MultiSource/Benchmarks/MallocBench/gawk/CMakeLists.txt
  MultiSource/Benchmarks/MallocBench/gs/CMakeLists.txt
  MultiSource/Benchmarks/MallocBench/make/CMakeLists.txt
  MultiSource/Benchmarks/MallocBench/p2c/CMakeLists.txt
  MultiSource/Benchmarks/MallocBench/perl/CMakeLists.txt
  MultiSource/Benchmarks/McCat/01-qbsort/CMakeLists.txt
  MultiSource/Benchmarks/McCat/03-testtrie/CMakeLists.txt
  MultiSource/Benchmarks/McCat/04-bisect/CMakeLists.txt
  MultiSource/Benchmarks/McCat/05-eks/CMakeLists.txt
  MultiSource/Benchmarks/McCat/08-main/CMakeLists.txt
  MultiSource/Benchmarks/McCat/09-vor/CMakeLists.txt
  MultiSource/Benchmarks/McCat/12-IOtest/CMakeLists.txt
  MultiSource/Benchmarks/McCat/15-trie/CMakeLists.txt
  MultiSource/Benchmarks/McCat/17-bintr/CMakeLists.txt
  MultiSource/Benchmarks/McCat/18-imp/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/automotive-basicmath/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/automotive-bitcount/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/automotive-susan/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/consumer-jpeg/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/consumer-lame/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/consumer-typeset/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/network-dijkstra/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/network-patricia/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/office-ispell/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/office-stringsearch/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/security-blowfish/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/security-rijndael/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/security-sha/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/telecomm-CRC32/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/telecomm-FFT/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/telecomm-adpcm/CMakeLists.txt
  MultiSource/Benchmarks/MiBench/telecomm-gsm/CMakeLists.txt
  MultiSource/Benchmarks/Olden/power/CMakeLists.txt
  MultiSource/Benchmarks/OptimizerEval/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/NP/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/city/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/deriv1/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/deriv2/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/employ/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/family/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/fsm/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/garage/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/life/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/objects/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/ocean/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/office/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/primes/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/shapes/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/simul/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/trees/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C++/vcirc/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/TimberWolfMC/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/agrep/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/allroots/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/assembler/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/bison/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/cdecl/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/compiler/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/fixoutput/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/football/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/gnugo/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/loader/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/simulator/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/unix-smail/CMakeLists.txt
  MultiSource/Benchmarks/Prolangs-C/unix-tbl/CMakeLists.txt
  MultiSource/Benchmarks/Ptrdist/anagram/CMakeLists.txt
  MultiSource/Benchmarks/Ptrdist/bc/CMakeLists.txt
  MultiSource/Benchmarks/Ptrdist/ks/CMakeLists.txt
  MultiSource/Benchmarks/Ptrdist/yacr2/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/ControlFlow-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/ControlLoops-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/CrossingThresholds-dbl/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/CrossingThresholds-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Equivalencing-dbl/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Equivalencing-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Expansion-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/GlobalDataFlow-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/IndirectAddressing-dbl/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/IndirectAddressing-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/InductionVariable-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/LinearDependence-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/LoopRerolling-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/LoopRestructuring-dbl/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/LoopRestructuring-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Packing-dbl/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Packing-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Recurrences-dbl/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Recurrences-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Reductions-dbl/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Reductions-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Searching-dbl/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Searching-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/StatementReordering-flt/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Symbolics-dbl/CMakeLists.txt
  MultiSource/Benchmarks/TSVC/Symbolics-flt/CMakeLists.txt
  MultiSource/Benchmarks/mediabench/adpcm/rawcaudio/CMakeLists.txt
  MultiSource/Benchmarks/mediabench/adpcm/rawdaudio/CMakeLists.txt
  MultiSource/Benchmarks/mediabench/g721/g721encode/CMakeLists.txt
  MultiSource/Benchmarks/mediabench/gsm/toast/CMakeLists.txt
  MultiSource/Benchmarks/mediabench/jpeg/jpeg-6a/CMakeLists.txt
  MultiSource/Benchmarks/mediabench/mpeg2/mpeg2dec/CMakeLists.txt
  MultiSource/Benchmarks/sim/CMakeLists.txt
  MultiSource/Examples/Noisy/CMakeLists.txt
  MultiSource/UnitTests/C++11/frame_layout/CMakeLists.txt
  MultiSource/UnitTests/Mips/Mips16/fp16_32_1/CMakeLists.txt
  MultiSource/UnitTests/Mips/Mips16/multitest/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20222.69596.patch
Type: text/x-patch
Size: 60999 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160829/b46cef3e/attachment.bin>


More information about the llvm-commits mailing list