summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio/runtime/test/makefile
diff options
context:
space:
mode:
authorMarty Gloff <mgloff@us.ibm.com>2017-03-14 16:49:25 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-30 00:07:49 -0400
commit4dfeb42e05752fb81b699cb7022677d5511f664b (patch)
treebd8ed6d0cf493bb8669e02e9372d130ef1a808e8 /src/usr/sbeio/runtime/test/makefile
parent75d116c859dfac3cf279fb99c35a8e18fb44c2db (diff)
downloadtalos-hostboot-4dfeb42e05752fb81b699cb7022677d5511f664b.tar.gz
talos-hostboot-4dfeb42e05752fb81b699cb7022677d5511f664b.zip
SBE message passing interface - Testing
Create testcase to test SBE message passing. Change-Id: I596115d96d989dbee41070c4b9e419d2043494ae RTC: 170764 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38170 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio/runtime/test/makefile')
-rw-r--r--src/usr/sbeio/runtime/test/makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/usr/sbeio/runtime/test/makefile b/src/usr/sbeio/runtime/test/makefile
new file mode 100644
index 000000000..e6219b414
--- /dev/null
+++ b/src/usr/sbeio/runtime/test/makefile
@@ -0,0 +1,36 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/sbeio/runtime/test/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2017
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+
+HOSTBOOT_RUNTIME = 1
+
+ROOTPATH = ../../../../..
+
+MODULE = testsbeio_rt
+
+EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/common/include/
+
+TESTS = *.H
+
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud