diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2016-03-30 20:59:51 -0500 |
|---|---|---|
| committer | Stephen Cprek <smcprek@us.ibm.com> | 2016-04-21 13:51:41 -0500 |
| commit | 75fc7001ace168ef7c687d3b938d58c9e5adf48f (patch) | |
| tree | 9ccb0814f8b30245523ffc108da66181f1add71d /src/usr/fapi2/test/makefile | |
| parent | 43b31e59ca4f20d8172c8daff89eb0f648d14238 (diff) | |
| download | talos-hostboot-75fc7001ace168ef7c687d3b938d58c9e5adf48f.tar.gz talos-hostboot-75fc7001ace168ef7c687d3b938d58c9e5adf48f.zip | |
Fix format of fapi2 test cases
Refactoring some tests now so it follows what
the other cases are doing. Note: I am pulling in some code
from an abandoned commit in for toString test so it looks
like new code is being added but really things are just moving
around
Change-Id: I7706c304f3ef3369e56516ac81f88dc91d059bf2
RTC:150514
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22692
Tested-by: Jenkins Server
Tested-by: FSP CI Jenkins
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/fapi2/test/makefile')
| -rw-r--r-- | src/usr/fapi2/test/makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/usr/fapi2/test/makefile b/src/usr/fapi2/test/makefile index ad5bf730f..990f82e31 100644 --- a/src/usr/fapi2/test/makefile +++ b/src/usr/fapi2/test/makefile @@ -42,7 +42,12 @@ OBJS += p9_sample_procedure.o OBJS += p9_hwtests.o OBJS += fapi2TestUtils.o -TESTS += fapi2Test.H +TESTS += fapi2HwpTest.H +TESTS += fapi2HwAccessTest.H +TESTS += fapi2GetParentTest.H +TESTS += fapi2GetChildrenTest.H +TESTS += fapi2BasicTryTest.H +TESTS += fapi2GetOtherEndTest.H include ${ROOTPATH}/config.mk |

