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/makefile | |
parent | d7e9478f1de907b1b3d4923b507964222cb224fe (diff) | |
download | talos-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/makefile')
-rw-r--r-- | src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile index 3cf18cf52..3c1a75a15 100644 --- a/src/makefile +++ b/src/makefile @@ -43,7 +43,7 @@ DIRECT_BOOT_MODULES = example RUNTIME_MODULES = TESTCASE_MODULES = cxxtest testerrl testdevicefw testsyslib \ testscom testxscom testtargeting testinitservice testkernel \ - testhwpf testecmddatabuffer tasktest2 + testhwpf testecmddatabuffer tasktest2 testcxxtest RELOCATABLE_IMAGE_LDFLAGS = -pie --export-dynamic |