diff options
| author | Mike Jones <mjjones@us.ibm.com> | 2013-03-13 20:39:31 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-04-15 15:42:50 -0500 |
| commit | 54a7754855469231b10e644abaa5b3f367fcf00e (patch) | |
| tree | b3439b41b90e9b6d315ad43cf3d463e64fc97612 /src/usr/targeting/test/makefile | |
| parent | 6e42444a52f2910a0a6f9a898c2ba4a9e8201a17 (diff) | |
| download | blackbird-hostboot-54a7754855469231b10e644abaa5b3f367fcf00e.tar.gz blackbird-hostboot-54a7754855469231b10e644abaa5b3f367fcf00e.zip | |
Extend Attribute Override/Sync to work on Targeting attributes
Change-Id: Icf8d84e741212f31c1065146ac1ea96c4c7d75c5
RTC: 51707
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/3548
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Tested-by: Jenkins Server
Diffstat (limited to 'src/usr/targeting/test/makefile')
| -rw-r--r-- | src/usr/targeting/test/makefile | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/usr/targeting/test/makefile b/src/usr/targeting/test/makefile index 018effea2..6d8d3d1e1 100644 --- a/src/usr/targeting/test/makefile +++ b/src/usr/targeting/test/makefile @@ -1,25 +1,25 @@ -# IBM_PROLOG_BEGIN_TAG -# This is an automatically generated prolog. +# IBM_PROLOG_BEGIN_TAG +# This is an automatically generated prolog. # -# $Source: src/usr/targeting/test/makefile $ +# $Source: src/usr/targeting/test/makefile $ # -# IBM CONFIDENTIAL +# IBM CONFIDENTIAL # -# COPYRIGHT International Business Machines Corp. 2011-2012 +# COPYRIGHT International Business Machines Corp. 2011,2013 # -# p1 +# p1 # -# Object Code Only (OCO) source materials -# Licensed Internal Code Source Materials -# IBM HostBoot Licensed Internal Code +# 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 other- -# wise divested of its trade secrets, irrespective of what has -# been deposited with the U.S. Copyright Office. +# 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 +# Origin: 30 # -# IBM_PROLOG_END_TAG +# IBM_PROLOG_END_TAG ################################################################################ # # @file src/usr/targeting/test/makefile @@ -62,7 +62,7 @@ MODULE = testtargeting COMMON_TESTCASE_REL_PATHS = \ $(addprefix ${COMMON_TARGETING_REL_PATH}/test/,${COMMON_TESTCASES}) -TESTS = testtargeting.H testattrsync.H ${COMMON_TESTCASE_REL_PATHS} +TESTS = testtargeting.H testattrsync.H testattrtank.H ${COMMON_TESTCASE_REL_PATHS} OBJS = attributestrings.o |

