summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-23 15:44:41 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-23 15:44:41 +0100
commitd05a900a5b58c17a896dc449e6ed7bca5430ff01 (patch)
treeda83f9353a025e04f84780a317b8659dccf8c8fe /testsuites/sptests/Makefile.am
parentconf: Improve evaluation of event recording opts (diff)
downloadrtems-d05a900a5b58c17a896dc449e6ed7bca5430ff01.tar.bz2
sptests/sptls02: Add test case
Add a test case which requires the use of __tls_guard() and __tls_init(). Change license to BSD-2-Clause.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/Makefile.am b/testsuites/sptests/Makefile.am
index 071ce13216..62bb1aa685 100644
--- a/testsuites/sptests/Makefile.am
+++ b/testsuites/sptests/Makefile.am
@@ -1961,7 +1961,7 @@ if TEST_sptls02
sp_tests += sptls02
sp_screens += sptls02/sptls02.scn
sp_docs += sptls02/sptls02.doc
-sptls02_SOURCES = sptls02/init.cc
+sptls02_SOURCES = sptls02/init.cc sptls02/var.cc
sptls02_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_FLAGS_sptls02) \
$(support_includes)
endif