diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/tests/Makefile b/lib/libc/tests/Makefile index b459d6d..53d7419 100644 --- a/lib/libc/tests/Makefile +++ b/lib/libc/tests/Makefile @@ -26,6 +26,8 @@ TESTS_SUBDIRS+= termios TESTS_SUBDIRS+= tls TESTS_SUBDIRS+= ttyio +SUBDIR_DEPEND_tls= tls_dso + .if ${MK_LOCALES} != "no" TESTS_SUBDIRS+= locale .endif |