diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2012-03-15 21:14:40 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-03-21 17:14:17 -0500 |
| commit | b519667966e373477febd4b3f1c84ffa1aa5e6a7 (patch) | |
| tree | a98a9a31a6ff2ad1bffae3ffad13c683c989994e /src/usr/targeting/test/makefile | |
| parent | 9302381c9c1ba1660323c703855b35b1afceb114 (diff) | |
| download | blackbird-hostboot-b519667966e373477febd4b3f1c84ffa1aa5e6a7.tar.gz blackbird-hostboot-b519667966e373477febd4b3f1c84ffa1aa5e6a7.zip | |
Support string attributes
- Updated targeting test makefile to enable access to targ trace
- Added testcases to verify string attribute behavior
- Added string attribute types for testing
- Added string attributes to target types for testing
- Updated attribute compiler to output string attribute typedefs + sizes
- Updated attribute compiler to emit more friendly attribute alias
- Updated attribute compiler to process and emit string attributes
Change-Id: I4fe1bbd402319e7f40d90f6448cd342f714c1058
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/767
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/test/makefile')
| -rw-r--r-- | src/usr/targeting/test/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/usr/targeting/test/makefile b/src/usr/targeting/test/makefile index e4398bf7c..4e51e8849 100644 --- a/src/usr/targeting/test/makefile +++ b/src/usr/targeting/test/makefile @@ -27,6 +27,9 @@ EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/plat EXTRAINCDIR += ${ROOTPATH}/src/include/usr/hwpf/hwp EXTRAINCDIR += ${ROOTPATH}/src/include/usr/ecmddatabuffer +# Allow testcase to access component trace macros +EXTRAINCDIR += ../ + MODULE = testtargeting TESTS = *.H |

