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 /nss | |
parent | 1c20cb209831ae381fce83ed244f97db910e0686 (diff) | |
download | glibc-b4bcb3aec62b97fda984e07aa8d89d2f76c96127.tar.gz |
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 'nss')
-rw-r--r-- | nss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/Makefile b/nss/Makefile index b1693a875c..1f016d99c7 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -88,6 +88,7 @@ routines += $(libnss_files-routines) static-only-routines += $(libnss_files-routines) tests-static += tst-nss-static endif +extra-test-objs += nss_test1.os include ../Rules |