summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/test
diff options
context:
space:
mode:
authorBrian Silver <bsilver@us.ibm.com>2014-05-20 14:17:34 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-05-21 17:32:37 -0500
commit42e2de679d889a35d67ff0be4f5433ef3b495ff7 (patch)
treec04b31349dbe7f84d079733eda98c6223eb3fbb1 /src/usr/targeting/test
parentc40793af8423dbdaeb2119c4498b2e086943da53 (diff)
downloadtalos-hostboot-42e2de679d889a35d67ff0be4f5433ef3b495ff7.tar.gz
talos-hostboot-42e2de679d889a35d67ff0be4f5433ef3b495ff7.zip
Update makefiles & included .mk files to use += convention.
Change-Id: I4148bc4c770b7c3c10fe25aa18d57d1a4301e5a9 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11194 Tested-by: Jenkins Server Reviewed-by: Christopher T. Phan <cphan@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/test')
-rw-r--r--src/usr/targeting/test/makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/usr/targeting/test/makefile b/src/usr/targeting/test/makefile
index 6d8d3d1e1..1c53e048a 100644
--- a/src/usr/targeting/test/makefile
+++ b/src/usr/targeting/test/makefile
@@ -5,7 +5,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2011,2013
+# COPYRIGHT International Business Machines Corp. 2011,2014
#
# p1
#
@@ -24,7 +24,7 @@
#
# @file src/usr/targeting/test/makefile
#
-# @brief Makefile for building Hostboot's targeting test dir
+# @brief Makefile for building Hostboot's targeting test dir
#
################################################################################
@@ -55,16 +55,19 @@ EXTRAINCDIR += \
${ROOTPATH}/src/include/usr/ecmddatabuffer \
../
-# Generate the test suite
+# Generate the test suite
MODULE = testtargeting
COMMON_TESTCASE_REL_PATHS = \
$(addprefix ${COMMON_TARGETING_REL_PATH}/test/,${COMMON_TESTCASES})
-TESTS = testtargeting.H testattrsync.H testattrtank.H ${COMMON_TESTCASE_REL_PATHS}
+TESTS += testtargeting.H
+TESTS += testattrsync.H
+TESTS += testattrtank.H
+TESTS += ${COMMON_TESTCASE_REL_PATHS}
-OBJS = attributestrings.o
+OBJS += attributestrings.o
#debug :
# @echo EXTRAINCDIR = ${EXTRAINCDIR}
@@ -74,8 +77,8 @@ OBJS = attributestrings.o
# @echo INCLUDES = ${INCLUDES}
# @echo COMMON_TESTCASE_REL_PATHS = ${COMMON_TESTCASE_REL_PATHS}
# @echo COMMON_TESTCASES = ${COMMON_TESTCASES}
-# @echo HWPF_INC_DIRS = ${HWPF_INC_DIRS}
-# @echo TESTS = ${TESTS}
+# @echo HWPF_INC_DIRS = ${HWPF_INC_DIRS}
+# @echo TESTS = ${TESTS}
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud