diff options
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nss/Makefile b/nss/Makefile index fa0418e249..430be8726f 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -49,9 +49,9 @@ makedb-modules = xmalloc hash-string extra-objs += $(makedb-modules:=.o) tests-static = tst-field +tests-internal = tst-field tests = test-netdb tst-nss-test1 test-digits-dots \ - tst-nss-getpwent bug17079 \ - $(tests-static) + tst-nss-getpwent bug17079 xtests = bug-erange # If we have a thread library then we can test cancellation against |