From b4bcb3aec62b97fda984e07aa8d89d2f76c96127 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 13 Apr 2016 17:04:37 +0200 Subject: Register extra test objects This makes sure that the extra test objects are compiled with the correct MODULE_NAME and dependencies are tracked. --- sysdeps/x86_64/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/x86_64/Makefile') 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 -- cgit v1.2.1