]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
wcsmbs: Add missing test-c8rtomb/test-mbrtoc8 dependency
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 29 Jul 2022 17:50:56 +0000 (10:50 -0700)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 1 Aug 2022 12:48:27 +0000 (09:48 -0300)
Make test-c8rtomb.out and test-mbrtoc8.out depend on $(gen-locales) for

  xsetlocale (LC_ALL, "de_DE.UTF-8");
  xsetlocale (LC_ALL, "zh_HK.BIG5-HKSCS");

Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
wcsmbs/Makefile

index e6b9e8743a5c4475e955bcca3cee8b730e7b4883..3d19d5556ff408805b14471f68ffff1efef93eb0 100644 (file)
@@ -73,6 +73,8 @@ $(objpfx)tst-wcstol-locale.out: $(gen-locales)
 $(objpfx)tst-wcstod-nan-locale.out: $(gen-locales)
 $(objpfx)tst-c16-surrogate.out: $(gen-locales)
 $(objpfx)tst-c32-state.out: $(gen-locales)
+$(objpfx)test-c8rtomb.out: $(gen-locales)
+$(objpfx)test-mbrtoc8.out: $(gen-locales)
 endif
 
 $(objpfx)tst-wcstod-round: $(libm)