search unittests.
authorChris Lattner <sabre@nondot.org>
Mon, 24 Aug 2009 03:44:02 +0000 (03:44 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 24 Aug 2009 03:44:02 +0000 (03:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79884 91177308-0d34-0410-b5e6-96231b3b80d8

utils/llvmgrep

index 566ed829737596f4ea5d5d49148e2ee2094e9969..540f0598579dc2fa39476a0ded87cbd725540435 100755 (executable)
@@ -33,7 +33,7 @@ if test -d "$TOPDIR" ; then
     *) grep_cmd="egrep -l -n" ;;
   esac
   ./utils/llvmdo -topdir "$TOPDIR" \
-    -dirs "include lib tools utils docs examples test projects cmake" $grep_cmd "$*"
+    -dirs "include lib tools utils docs examples test unittests projects cmake" $grep_cmd "$*"
 else
   echo "Can't find LLVM top directory"
 fi