diff options
| author | Missy Connell <missyc@us.ibm.com> | 2012-12-03 12:13:25 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-03-12 09:43:04 -0500 |
| commit | 6a8e78667bd096e41a909273e4359bc62e444992 (patch) | |
| tree | 1e2ab1e38223186a62484a766a288d9e604f9692 /src/usr/dump/test/makefile | |
| parent | 6a15522c01a44a19ea6af93cdcff8ff76cbaedce (diff) | |
| download | talos-hostboot-6a8e78667bd096e41a909273e4359bc62e444992.tar.gz talos-hostboot-6a8e78667bd096e41a909273e4359bc62e444992.zip | |
Dump Collect code
RTC:46996
Change-Id: I18863c91dcde353df6201c3c13e101626f24206b
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3131
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/dump/test/makefile')
| -rw-r--r-- | src/usr/dump/test/makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/usr/dump/test/makefile b/src/usr/dump/test/makefile new file mode 100644 index 000000000..42124c0d2 --- /dev/null +++ b/src/usr/dump/test/makefile @@ -0,0 +1,28 @@ +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. +# +# $Source: src/usr/dump/test/makefile $ +# +# IBM CONFIDENTIAL +# +# COPYRIGHT International Business Machines Corp. 2012,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 +ROOTPATH = ../../../.. + +MODULE = testdump +TESTS = *.H + +include ${ROOTPATH}/config.mk |

