summaryrefslogtreecommitdiffstats
path: root/src/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/makefile
parentf5475890894b4d542f622cee27604de15b41bb4b (diff)
downloadtalos-hostboot-ff62338a569993f34032f02c04cf484a058aa9bd.tar.gz
talos-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/makefile')
-rw-r--r--src/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index a9c918dd0..2dc4bcaa6 100644
--- a/src/makefile
+++ b/src/makefile
@@ -251,6 +251,7 @@ TESTCASE_MODULES += testerrl
TESTCASE_MODULES += testhwas
TESTCASE_MODULES += testvpd
TESTCASE_MODULES += testsyslib
+TESTCASE_MODULES += testtlsmod
TESTCASE_MODULES += testscom
TESTCASE_MODULES += $(if $(CONFIG_VPO_COMPILE),,testruntime)
TESTCASE_MODULES += testintr
OpenPOWER on IntegriCloud