summaryrefslogtreecommitdiff
path: root/nss
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 /nss
parent1c20cb209831ae381fce83ed244f97db910e0686 (diff)
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/Makefile1
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