diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/tests/Makefile b/lib/libc/tests/Makefile index 15db4fd..6f60599 100644 --- a/lib/libc/tests/Makefile +++ b/lib/libc/tests/Makefile @@ -24,6 +24,10 @@ TESTS_SUBDIRS+= termios TESTS_SUBDIRS+= tls TESTS_SUBDIRS+= ttyio +.if ${MK_ICONV} != "no" +TESTS_SUBDIRS+= iconv +.endif + .if ${MK_LOCALES} != "no" TESTS_SUBDIRS+= locale .endif |