diff options
| author | Adam Muhle <armuhle@us.ibm.com> | 2012-09-21 11:20:22 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-12-04 09:22:32 -0600 |
| commit | 4204cd1310954b3c4d49554d0d19c71f485c588c (patch) | |
| tree | 5918c3e7bc4707eff62666c85bb9c1e3cb5e53ea /src/usr/ibscom/test/makefile | |
| parent | 55ba79e454fc989c561ee5f58435bf610f01dead (diff) | |
| download | talos-hostboot-4204cd1310954b3c4d49554d0d19c71f485c588c.tar.gz talos-hostboot-4204cd1310954b3c4d49554d0d19c71f485c588c.zip | |
IBSCOM Good Path base support
This drop contains only the base IBSCOM good path support
Future Tasks will cover error path, improved test cases,
enabling IBSCOM, etc.
Change-Id: I8405de9c6c46b7c035b664713e5820268863210d
RTC: 50369
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2337
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/ibscom/test/makefile')
| -rw-r--r-- | src/usr/ibscom/test/makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/usr/ibscom/test/makefile b/src/usr/ibscom/test/makefile new file mode 100644 index 000000000..1a21fa2d3 --- /dev/null +++ b/src/usr/ibscom/test/makefile @@ -0,0 +1,28 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/ibscom/test/makefile $ +# +# IBM CONFIDENTIAL +# +# COPYRIGHT International Business Machines Corp. 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 otherwise +# divested of its trade secrets, irrespective of what has been +# deposited with the U.S. Copyright Office. +# +# Origin: 30 +# +# IBM_PROLOG_END_TAG +ROOTPATH = ../../../.. + +MODULE = testibscom +TESTS = *.H + +include ${ROOTPATH}/config.mk |

