about summary refs log tree commit diff
path: root/stdlib
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2016-04-13 17:04:37 +0200
committerAndreas Schwab <schwab@suse.de>2016-04-13 17:07:13 +0200
commitb4bcb3aec62b97fda984e07aa8d89d2f76c96127 (patch)
treebe042d8533f604857af098ba82f6cbdb52ec2bd3 /stdlib
parent1c20cb209831ae381fce83ed244f97db910e0686 (diff)
downloadglibc-b4bcb3aec62b97fda984e07aa8d89d2f76c96127.tar.gz
glibc-b4bcb3aec62b97fda984e07aa8d89d2f76c96127.tar.xz
glibc-b4bcb3aec62b97fda984e07aa8d89d2f76c96127.zip
Register extra test objects
This makes sure that the extra test objects are compiled with the correct
MODULE_NAME and dependencies are tracked.
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile
index d9787744d5..e0eeadadd3 100644
--- a/stdlib/Makefile
+++ b/stdlib/Makefile
@@ -80,6 +80,7 @@ tests		:= tst-strtol tst-strtod testmb testrand testsort testdiv   \
 tests-static	:= tst-secure-getenv
 
 modules-names	= tst-tls-atexit-lib
+extra-test-objs += $(addsuffix .os, $(modules-names))
 
 ifeq ($(build-shared),yes)
 tests		+= tst-putenv