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()
|
function cm()
|
||||||
{
|
{
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
$@ 2>&1 | colout -t cmake | colout -t g++
|
$@ 2>&1 | colout -t cmake | colout -t g++ | colout -t ctest
|
||||||
#| less
|
#| less
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue