From ff62338a569993f34032f02c04cf484a058aa9bd Mon Sep 17 00:00:00 2001 From: Jaymes Wilks Date: Mon, 18 Feb 2019 05:35:01 -0600 Subject: 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 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Michael Baiocchi Reviewed-by: Daniel M. Crowell --- src/usr/testcore/lib/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/testcore/lib/makefile') diff --git a/src/usr/testcore/lib/makefile b/src/usr/testcore/lib/makefile index f9a9a470c..ea4b74ee4 100644 --- a/src/usr/testcore/lib/makefile +++ b/src/usr/testcore/lib/makefile @@ -30,6 +30,7 @@ MODULE = testsyslib TESTS = stltest.H #TODO RTC:204720 #TESTS += synctest.H +TESTS += tls.H SUBDIRS += runtime.d -- cgit v1.2.1