diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2011-07-22 16:08:28 -0500 |
|---|---|---|
| committer | Mark W. Wenning <wenning@us.ibm.com> | 2011-07-28 19:01:14 -0500 |
| commit | f5b3b1b3de680ef354419b74b50afe8b93012a4e (patch) | |
| tree | 90374aade4a6a72dc38ae5a49b4b128e22fffafb /src/usr/cxxtest/test/makefile | |
| parent | d7e9478f1de907b1b3d4923b507964222cb224fe (diff) | |
| download | blackbird-hostboot-f5b3b1b3de680ef354419b74b50afe8b93012a4e.tar.gz blackbird-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/test/makefile')
| -rw-r--r-- | src/usr/cxxtest/test/makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/usr/cxxtest/test/makefile b/src/usr/cxxtest/test/makefile new file mode 100644 index 000000000..1b57a7db3 --- /dev/null +++ b/src/usr/cxxtest/test/makefile @@ -0,0 +1,23 @@ +############################################################################# +# $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 = testcxxtest +TESTS = *.H + +include ${ROOTPATH}/config.mk |

