summaryrefslogtreecommitdiffstats
path: root/src/usr/testcore/tlsmod/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/tlsmod/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/usr/testcore/tlsmod/makefile')
-rw-r--r--src/usr/testcore/tlsmod/makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/usr/testcore/tlsmod/makefile b/src/usr/testcore/tlsmod/makefile
new file mode 100644
index 000000000..5e01aae5d
--- /dev/null
+++ b/src/usr/testcore/tlsmod/makefile
@@ -0,0 +1,38 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/testcore/tlsmod/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2011,2019
+# [+] 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.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+ROOTPATH = ../../../..
+
+MODULE = testtlsmod
+
+TESTS += tlsmod.H
+TESTS += tlsfile.H
+TESTS += nontrivial.H
+TESTS += trivial.H
+
+OBJS += tlsfile.o
+OBJS += nontrivial.o
+OBJS += trivial.o
+OBJS += tlsmod.o
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud