diff options
| author | Mark Wenning <wenning@us.ibm.com> | 2011-10-03 15:10:32 -0500 |
|---|---|---|
| committer | Mark W. Wenning <wenning@us.ibm.com> | 2011-10-06 18:45:15 -0500 |
| commit | 5f0e665d50726bbd1617259b583d56bef67cd87f (patch) | |
| tree | 6e667066189a1b2ce01d9e420d0028902f925b8b /src/usr/cxxtest/test | |
| parent | 7c7734c033bed0a453623afa980d38efd791c9a2 (diff) | |
| download | talos-hostboot-5f0e665d50726bbd1617259b583d56bef67cd87f.tar.gz talos-hostboot-5f0e665d50726bbd1617259b583d56bef67cd87f.zip | |
Fixes to cxxtest, + add debug for trace
- cxxtestgen.pl was counting the tests wrong
(did not reset # tests between suites)
- to be continued...
Change-Id: Ic060bcaf38dee39a620b3bef7c651851547442dc
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/423
Tested-by: Jenkins Server
Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'src/usr/cxxtest/test')
| -rw-r--r-- | src/usr/cxxtest/test/cxxtesttest.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/cxxtest/test/cxxtesttest.H b/src/usr/cxxtest/test/cxxtesttest.H index 0c925aea3..381c99e6d 100644 --- a/src/usr/cxxtest/test/cxxtesttest.H +++ b/src/usr/cxxtest/test/cxxtesttest.H @@ -58,6 +58,7 @@ public: uint64_t l_bighex = 0x1234567890abcdef; l_bighex--; l_bighex++; + TS_TRACE( "CxxTest Trace" ); TS_TRACE( "CxxTest Trace dec=%d", l_dec ); TS_TRACE( "CxxTest Trace hex=0x%x", l_hex ); TS_TRACE( "CxxTest Trace bighex=0x%llx", l_bighex ); |

