diff options
author | Andreas Schwab <schwab@suse.de> | 2016-04-13 17:04:37 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2016-04-13 17:07:13 +0200 |
commit | b4bcb3aec62b97fda984e07aa8d89d2f76c96127 (patch) | |
tree | be042d8533f604857af098ba82f6cbdb52ec2bd3 /stdlib | |
parent | 1c20cb209831ae381fce83ed244f97db910e0686 (diff) | |
download | glibc-b4bcb3aec62b97fda984e07aa8d89d2f76c96127.tar glibc-b4bcb3aec62b97fda984e07aa8d89d2f76c96127.tar.gz glibc-b4bcb3aec62b97fda984e07aa8d89d2f76c96127.tar.bz2 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/Makefile | 1 |
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 |