No need to build the tests

This commit is contained in:
Zeh Rizzatti 2013-02-06 17:00:58 -03:00 committed by Strahinja Val Markovic
parent 65d7bd4433
commit 7be0bb6a4a

View File

@ -24,7 +24,7 @@ function install {
build_dir=`mktemp -d -t ycm_build` build_dir=`mktemp -d -t ycm_build`
pushd $build_dir pushd $build_dir
cmake $ycm_dir/cpp cmake $ycm_dir/cpp
make make ycm_core
popd popd
} }