]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - locale/Makefile
locale/tst-locale-locpath: Run test only for $(run-built-tests) == yes
[thirdparty/glibc.git] / locale / Makefile
index 6822b795dd05a00538e5376681510955385149b6..0ad99ecabf9c6d8bcf6c98d42fcaf6cab99861a9 100644 (file)
@@ -28,7 +28,6 @@ routines      = setlocale findlocale loadlocale loadarchive \
                  localeconv nl_langinfo nl_langinfo_l mb_cur_max \
                  newlocale duplocale freelocale uselocale
 tests          = tst-C-locale tst-locname tst-duplocale
-tests-special  = $(objpfx)tst-locale-locpath.out
 categories     = ctype messages monetary numeric time paper name \
                  address telephone measurement identification collate
 aux            = $(categories:%=lc-%) $(categories:%=C-%) SYS_libc C_name \
@@ -63,6 +62,10 @@ lib-modules          := charmap-dir simple-hash xmalloc xstrdup \
 GPERF = gperf
 GPERFFLAGS = -acCgopt -k1,2,5,9,$$ -L ANSI-C
 
+ifeq ($(run-built-tests),yes)
+tests-special += $(objpfx)tst-locale-locpath.out
+endif
+
 include ../Rules
 
 CFLAGS-md5.c += -I../crypt