From 8506adb75da1e1fcf61dc10fa36938576a0de86a Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Thu, 18 Aug 2016 11:00:51 +0200 Subject: [PATCH] cm + ctest --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 2d69aae..181bde0 100644 --- a/.bashrc +++ b/.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 }