summaryrefslogtreecommitdiffstats
path: root/src/usr/cxxtest/makefile
diff options
context:
space:
mode:
authorMark Wenning <wenning@us.ibm.com>2011-07-22 16:08:28 -0500
committerMark W. Wenning <wenning@us.ibm.com>2011-07-28 19:01:14 -0500
commitf5b3b1b3de680ef354419b74b50afe8b93012a4e (patch)
tree90374aade4a6a72dc38ae5a49b4b128e22fffafb /src/usr/cxxtest/makefile
parentd7e9478f1de907b1b3d4923b507964222cb224fe (diff)
downloadtalos-hostboot-f5b3b1b3de680ef354419b74b50afe8b93012a4e.tar.gz
talos-hostboot-f5b3b1b3de680ef354419b74b50afe8b93012a4e.zip
RTC 3367, 3321 TS_FAIL and TS_WARN should send to trace buffer instead of printk
- first commit - add cxxtesttest.H unit test - comment out warn and fail from unit tests, leave for sandbox builds - make citest finishes OK - merge problems with gerrit Change-Id: Id9157837e1511eb1aebb13aeadd2286a8dce5eb3 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/210 Tested-by: Jenkins Server Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Diffstat (limited to 'src/usr/cxxtest/makefile')
-rw-r--r--src/usr/cxxtest/makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/usr/cxxtest/makefile b/src/usr/cxxtest/makefile
index f28902c76..37ae0e43f 100644
--- a/src/usr/cxxtest/makefile
+++ b/src/usr/cxxtest/makefile
@@ -1,6 +1,25 @@
+#############################################################################
+# $IBMCopyrightBlock:
+#
+# IBM Confidential
+#
+# Licensed Internal Code Source Materials
+#
+# IBM HostBoot Licensed Internal Code
+#
+# (C) Copyright IBM Corp. 2011
+#
+# The source code for this program is not published or other-
+# wise divested of its trade secrets, irrespective of what has
+# been deposited with the U.S. Copyright Office.
+#$
+#############################################################################
+
ROOTPATH = ../../..
MODULE = cxxtest
+SUBDIRS=test.d
+
OBJS = TestSuite.o cxxtestexec.o
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud