1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00

search unittests.

llvm-svn: 79884
This commit is contained in:
Chris Lattner 2009-08-24 03:44:02 +00:00
parent 36e818c8e2
commit bb06675a0a

View File

@ -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