summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore/makefile
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2019-02-18 05:35:01 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-03-11 17:08:46 -0500
commitff62338a569993f34032f02c04cf484a058aa9bd (patch)
tree8b79c2fa91a6972e02290dafcdade9b659ec4561 /src/usr/testcore/makefile
parentf5475890894b4d542f622cee27604de15b41bb4b (diff)
downloadblackbird-hostboot-ff62338a569993f34032f02c04cf484a058aa9bd.tar.gz
blackbird-hostboot-ff62338a569993f34032f02c04cf484a058aa9bd.zip
Thread local storage: Update unit tests for thread local storage
Test cases now support TLS tests for: - intra translation unit (already existed) - inter translation unit, within the same module - inter module - trivial and non trivial constructors - both orders of declaration and usage Change-Id: I71681b00525bfe3e7906541e0b5b4c21a8556beb RTC:147599 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/72633 Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/testcore/makefile')
-rw-r--r--src/usr/testcore/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/testcore/makefile b/src/usr/testcore/makefile
index 55b6c3831..c350d9055 100644
--- a/src/usr/testcore/makefile
+++ b/src/usr/testcore/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2016
+# Contributors Listed Below - COPYRIGHT 2011,2019
# [+] International Business Machines Corp.
#
#
@@ -29,6 +29,7 @@ SUBDIRS += kernel.d
SUBDIRS += rtloader.d
SUBDIRS += memoize.d
SUBDIRS += pir.d
+SUBDIRS += tlsmod.d
include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud