From bb06675a0a74229313c601bd764ec43033d38684 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Aug 2009 03:44:02 +0000 Subject: [PATCH] search unittests. llvm-svn: 79884 --- utils/llvmgrep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/llvmgrep b/utils/llvmgrep index 566ed829737..540f0598579 100755 --- a/utils/llvmgrep +++ b/utils/llvmgrep @@ -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