diff options
| author | Roland Veloz <rveloz@us.ibm.com> | 2019-06-12 03:25:58 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-06-21 09:36:28 -0500 |
| commit | b75cfea6155c15c12f1dc0679c5459473026610f (patch) | |
| tree | 6bbe0976d5dea178f0e10b8ee9502549dcef2eab /src/usr/targeting/test/makefile | |
| parent | 9acff299c65596e3ff3158a2dda5b97931c4a547 (diff) | |
| download | blackbird-hostboot-b75cfea6155c15c12f1dc0679c5459473026610f.tar.gz blackbird-hostboot-b75cfea6155c15c12f1dc0679c5459473026610f.zip | |
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>
Diffstat (limited to 'src/usr/targeting/test/makefile')
| -rw-r--r-- | src/usr/targeting/test/makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/targeting/test/makefile b/src/usr/targeting/test/makefile index b8d466539..fa6fd0584 100644 --- a/src/usr/targeting/test/makefile +++ b/src/usr/targeting/test/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2011,2015 +# Contributors Listed Below - COPYRIGHT 2011,2019 # [+] International Business Machines Corp. # # @@ -67,6 +67,8 @@ COMMON_TESTCASE_REL_PATHS = \ TESTS += testtargeting.H TESTS += testattrsync.H TESTS += testattrtank.H +TESTS += testAttribute.H +TESTS += testTargetUtil.H TESTS += ${COMMON_TESTCASE_REL_PATHS} OBJS += attributestrings.o |

