diff options
author | Mark Wenning <wenning@us.ibm.com> | 2011-05-13 11:15:26 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-05-16 17:13:06 -0500 |
commit | 4aa5e6260519d4dde59b917bbb29bcdb0a4f4a59 (patch) | |
tree | 109877e98165482b41d8fcc58a6629690566045b /src/usr/example/test/exampletest.H | |
parent | e604f02230c3decedbdd56a3cfef66b0709b74dc (diff) | |
download | blackbird-hostboot-4aa5e6260519d4dde59b917bbb29bcdb0a4f4a59.tar.gz blackbird-hostboot-4aa5e6260519d4dde59b917bbb29bcdb0a4f4a59.zip |
Automatically generate cxxtest driver.
Change-Id: Ib844d1ff827c48e37ee1973bc42b2cfee31f86c6
Reviewed-on: http://gfwr801.rchland.ibm.com:8080/gerrit/74
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/example/test/exampletest.H')
-rw-r--r-- | src/usr/example/test/exampletest.H | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/usr/example/test/exampletest.H b/src/usr/example/test/exampletest.H index aba750c08..c45aaf4f7 100644 --- a/src/usr/example/test/exampletest.H +++ b/src/usr/example/test/exampletest.H @@ -23,6 +23,16 @@ public: // Call functions and validate results // TS_FAIL("Failed test call to example3 function"); } + void testExample4(void) + { + // Call functions and validate results + // TS_FAIL("Failed test call to example3 function"); + } + void testExample5(void) + { + // Call functions and validate results + // TS_FAIL("Failed test call to example3 function"); + } }; |