cm + ctest
This commit is contained in:
parent
ca67748991
commit
8506adb75d
1 changed files with 1 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -226,7 +226,7 @@ alias ipy='ipython -pylab -p scipy --editor="gvim"'
|
|||
function cm()
|
||||
{
|
||||
set -o pipefail
|
||||
$@ 2>&1 | colout -t cmake | colout -t g++
|
||||
$@ 2>&1 | colout -t cmake | colout -t g++ | colout -t ctest
|
||||
#| less
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue