ctest alias added.

This commit is contained in:
Kolan Sh 2015-02-02 11:54:06 +03:00
parent 5b92147ddd
commit c827e4d7a6
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ which network.sh &>/dev/null && alias net='network.sh'
which colordiff &>/dev/null && alias diff='colordiff'
alias make="make -j$((`getconf _NPROCESSORS_ONLN`+1))"
which colormake &>/dev/null && alias make="colormake -j$((`getconf _NPROCESSORS_ONLN`+1))"
alias ctest="ctest -j$((`getconf _NPROCESSORS_ONLN`+1))"
which colorgcc &>/dev/null && {
alias c++='/usr/lib/colorgcc/bin/c++'
alias cc='/usr/lib/colorgcc/bin/cc'