diff options
| author | Doug Gilbert <dgilbert@us.ibm.com> | 2013-10-15 13:55:28 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-11-13 14:49:38 -0600 |
| commit | dd2a474b7fc3a8937f45d1278e887b370ad81192 (patch) | |
| tree | 00595698a572529ddcd00fc3c975b588b4ea67dc /src/usr/vpd/runtime/test | |
| parent | 1aa8f7551005dd48078b91be173e8bcc7e339061 (diff) | |
| download | talos-hostboot-dd2a474b7fc3a8937f45d1278e887b370ad81192.tar.gz talos-hostboot-dd2a474b7fc3a8937f45d1278e887b370ad81192.zip | |
Add VPD support to HBRT
RTC: 79419
Change-Id: I6d00e52026084a68925691b96d7a491faaffb4ef
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/7004
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/vpd/runtime/test')
| -rw-r--r-- | src/usr/vpd/runtime/test/makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/usr/vpd/runtime/test/makefile b/src/usr/vpd/runtime/test/makefile new file mode 100644 index 000000000..8cfee9d53 --- /dev/null +++ b/src/usr/vpd/runtime/test/makefile @@ -0,0 +1,29 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/vpd/runtime/test/makefile $ +# +# IBM CONFIDENTIAL +# +# COPYRIGHT International Business Machines Corp. 2013 +# +# 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 +HOSTBOOT_RUNTIME = 1 +ROOTPATH = ../../../../.. + +MODULE = testvpd_rt +TESTS = ../../test/*.H + +include ${ROOTPATH}/config.mk |

