summaryrefslogtreecommitdiffstats
path: root/src/build/citest/build-script
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/citest/build-script')
-rwxr-xr-xsrc/build/citest/build-script29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/build/citest/build-script b/src/build/citest/build-script
new file mode 100755
index 000000000..6f53a7735
--- /dev/null
+++ b/src/build/citest/build-script
@@ -0,0 +1,29 @@
+#!/bin/sh
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/build/citest/build-script $
+#
+# IBM CONFIDENTIAL
+#
+# COPYRIGHT International Business Machines Corp. 2014
+#
+# 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 otherwise
+# divested of its trade secrets, irrespective of what has been
+# deposited with the U.S. Copyright Office.
+#
+# Origin: 30
+#
+# IBM_PROLOG_END_TAG
+
+source "$WORKSPACE/env.bash"
+#export HOSTBOOT_DEBUG=1 #-- Ensure printkd / tracd is compiled in.
+
+make -j32 || exit -1
+$WORKSPACE/src/build/citest/cxxtest-start.sh || exit -1
OpenPOWER on IntegriCloud