mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-24 12:20:00 +00:00
search unittests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79884 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d5e3acd2a
commit
e8f6e795ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user