diff options
| author | Sachin Gupta <sgupta2m@in.ibm.com> | 2014-12-18 01:13:58 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-01-16 13:43:35 -0600 |
| commit | 7595946c1ffd602893ee85ec007a7e9c68217b70 (patch) | |
| tree | 27691a85ee1ff802ef174f05f4e4de62a887c21c /src/usr/diag/prdf/runtime/test/makefile | |
| parent | f2680e6637e324f2619500a6870e7e23265319a4 (diff) | |
| download | talos-hostboot-7595946c1ffd602893ee85ec007a7e9c68217b70.tar.gz talos-hostboot-7595946c1ffd602893ee85ec007a7e9c68217b70.zip | |
PRD: Add test cases for PRD HBRT
Change-Id: I392129ddcd2e698bacbd806e5a232faa41addd6a
RTC: 119788
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/14966
Tested-by: Jenkins Server
Reviewed-by: Zane Shelley <zshelle@us.ibm.com>
Reviewed-by: Christopher T. Phan <cphan@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/diag/prdf/runtime/test/makefile')
| -rw-r--r-- | src/usr/diag/prdf/runtime/test/makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/usr/diag/prdf/runtime/test/makefile b/src/usr/diag/prdf/runtime/test/makefile index 182d20ee1..0b09790c7 100644 --- a/src/usr/diag/prdf/runtime/test/makefile +++ b/src/usr/diag/prdf/runtime/test/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2014 +# Contributors Listed Below - COPYRIGHT 2014,2015 # [+] International Business Machines Corp. # # @@ -26,8 +26,17 @@ HOSTBOOT_RUNTIME = 1 ROOTPATH = ../../../../../.. MODULE = testprdf_rt +VPATH += ../../test -#TESTS = *.H +#ROOTPATH must be defined before including prdf_hb_common_test.mk +include ../../test/prdf_hb_common_test.mk + +EXTRAINCDIR += ${PRD_USR_PATH}/common/runtime + +#------------------------------------------------------------------------------ +# objects +#------------------------------------------------------------------------------ +TESTS += prdfTest_MbaSp.H include $(ROOTPATH)/config.mk |

