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 /sysdeps | |
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 'sysdeps')
-rw-r--r-- | sysdeps/x86_64/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index aa4a75441d..6d99284cd0 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -43,11 +43,15 @@ $(objpfx)tst-quad2: $(objpfx)tst-quadmod2.so quad-pie-test += tst-quad1pie tst-quad2pie tests += $(quad-pie-test) tests-pie += $(quad-pie-test) +test-extras += tst-quadmod1pie tst-quadmod2pie +extra-test-objs += tst-quadmod1pie.o tst-quadmod2pie.o $(objpfx)tst-quad1pie: $(objpfx)tst-quadmod1pie.o $(objpfx)tst-quad2pie: $(objpfx)tst-quadmod2pie.o tests += tst-audit3 tst-audit4 tst-audit5 tst-audit6 tst-audit7 tst-audit10 +test-extras += tst-audit4-aux tst-audit10-aux +extra-test-objs += tst-audit4-aux.o tst-audit10-aux.o tests += tst-split-dynreloc LDFLAGS-tst-split-dynreloc = -Wl,-T,$(..)sysdeps/x86_64/tst-split-dynreloc.lds |