diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2011-06-08 08:11:59 -0500 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2011-06-17 16:02:44 -0500 |
| commit | 36d3996114b47cac0f12f16bf5a5c51a2f5f2ecf (patch) | |
| tree | 8a8175b9d1bb5f6ef76a1d32eb2226fc6067eb98 /src/usr/targeting/test/makefile | |
| parent | cdaabfdbec148d9ce85f422507c596a8ae6ced08 (diff) | |
| download | blackbird-hostboot-36d3996114b47cac0f12f16bf5a5c51a2f5f2ecf.tar.gz blackbird-hostboot-36d3996114b47cac0f12f16bf5a5c51a2f5f2ecf.zip | |
Added support for base targeting infrastructure
Change-Id: Ie32d18b421b63f067eaf49a3592368f4adc444aa
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/139
Tested-by: Jenkins Server
Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com>
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 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/targeting/test/makefile b/src/usr/targeting/test/makefile new file mode 100644 index 000000000..4f0ff8b66 --- /dev/null +++ b/src/usr/targeting/test/makefile @@ -0,0 +1,8 @@ +ROOTPATH = ../../../.. + +MODULE = testtargeting +TESTS = *.H + +OBJS = attributestrings.o + +include ${ROOTPATH}/config.mk |

