Dan Gohman 57a6f30125 Add a test script for counting lines. This can be used instead of the
"| grep foo | wc -l | grep 2" idiom used by many tests, so that, for
example, tests don't mistakenly accept a count of 12 when 2 is
expected. Also, the new form is more consice: "| grep foo | count 2".


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40988 91177308-0d34-0410-b5e6-96231b3b80d8
2007-08-10 15:07:05 +00:00
..
not
2003-06-28 22:52:52 +00:00
2004-11-13 21:03:22 +00:00
2003-06-28 22:20:19 +00:00

This directory contains scripts which are used by the TestRunner style
tests, which allows them to be simpler and more direct.