ctest alias added.

This commit is contained in:
Kolan Sh 2015-02-02 11:54:04 +03:00
parent f61cf175d3
commit 83d3a3da76
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,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'