Skip to content

Commit b75cfea

Browse files
velozrdcrowell77
authored andcommitted
Unit test for structure TARGETING::AttributeTank::Attribute
This unit test, exercises the Attribute API, and the make attribute templates Change-Id: Iab9072f25c7920eb7f135c52e79198efdb755719 RTC:208343 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/78795 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
1 parent 9acff29 commit b75cfea

File tree

3 files changed

+1732
-1
lines changed

3 files changed

+1732
-1
lines changed

src/usr/targeting/test/makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# OpenPOWER HostBoot Project
77
#
8-
# Contributors Listed Below - COPYRIGHT 2011,2015
8+
# Contributors Listed Below - COPYRIGHT 2011,2019
99
# [+] International Business Machines Corp.
1010
#
1111
#
@@ -67,6 +67,8 @@ COMMON_TESTCASE_REL_PATHS = \
6767
TESTS += testtargeting.H
6868
TESTS += testattrsync.H
6969
TESTS += testattrtank.H
70+
TESTS += testAttribute.H
71+
TESTS += testTargetUtil.H
7072
TESTS += ${COMMON_TESTCASE_REL_PATHS}
7173

7274
OBJS += attributestrings.o

0 commit comments

Comments
 (0)