Dan Gohman 232e8feb40 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".

llvm-svn: 40988
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.