summaryrefslogtreecommitdiffstats
path: root/src/build/debug/Hostboot/CxxTest.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/debug/Hostboot/CxxTest.pm')
-rw-r--r--src/build/debug/Hostboot/CxxTest.pm32
1 files changed, 28 insertions, 4 deletions
diff --git a/src/build/debug/Hostboot/CxxTest.pm b/src/build/debug/Hostboot/CxxTest.pm
index e542e0794..6e0bf4e98 100644
--- a/src/build/debug/Hostboot/CxxTest.pm
+++ b/src/build/debug/Hostboot/CxxTest.pm
@@ -1,3 +1,25 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/build/debug/Hostboot/CxxTest.pm $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2011 - 2012
+#
+# p1
+#
+# Object Code Only (OCO) source materials
+# Licensed Internal Code Source Materials
+# IBM HostBoot Licensed Internal Code
+#
+# 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.
+#
+# Origin: 30
+#
+# IBM_PROLOG_END
use strict;
package Hostboot::CxxTest;
@@ -32,9 +54,11 @@ sub main
}
-sub help
+sub helpInfo
{
- ::userDisplay "Tool: CxxTest\n";
- ::userDisplay "\tDisplays the number of CxxTest cases executed and their\n";
- ::userDisplay "\tresults, warnings, etc.\n";
+ my %info = (
+ name => "CxxTest",
+ intro => ["Displays the number of CxxTest cases executed and their results,",
+ "warnings, etc."],
+ );
}
OpenPOWER on IntegriCloud