diff options
Diffstat (limited to 'src/usr/pnor/test/makefile')
| -rw-r--r-- | src/usr/pnor/test/makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/usr/pnor/test/makefile b/src/usr/pnor/test/makefile index d67b232e0..2c13da7b1 100644 --- a/src/usr/pnor/test/makefile +++ b/src/usr/pnor/test/makefile @@ -5,7 +5,10 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,2014 +# [+] Google Inc. +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,6 +26,11 @@ ROOTPATH = ../../../.. MODULE = testpnor -TESTS = *.H + +TESTS = pnorddtest.H ecctest.H pnorrptest.H + +#SFC Implementations +TESTS += $(if $(CONFIG_SFC_IS_IBM_DPSS),sfc_ibmtest.H) +TESTS += $(if $(CONFIG_SFC_IS_AST2400),sfc_ast2400test.H) include ${ROOTPATH}/config.mk |

