summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2011-06-13 22:01:59 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2011-06-14 00:43:44 -0500
commit49c2bc29d68d941fdc24fef2eaf1b6d86d461051 (patch)
tree1ccea9adedd49c157fa85746b86a27639a83b577 /makefile
parent08c8311fc4ec8cdefa09ccc448716d19faaf07db (diff)
downloadtalos-hostboot-49c2bc29d68d941fdc24fef2eaf1b6d86d461051.tar.gz
talos-hostboot-49c2bc29d68d941fdc24fef2eaf1b6d86d461051.zip
Changes to CxxTest to allow CI testing through Jenkins.
Change-Id: Iab9f19214d1d820936cab159bd509478972913cd Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/146 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefile b/makefile
index 2493f2273..b1028e261 100644
--- a/makefile
+++ b/makefile
@@ -8,3 +8,6 @@ include ./config.mk
docs: src/build/doxygen/doxygen.conf
rm -rf obj/doxygen/*
doxygen src/build/doxygen/doxygen.conf
+
+citest:
+ src/build/citest/cxxtest-start.sh
OpenPOWER on IntegriCloud