diff options
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"); + } }; |