diff options
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index 1ea8f196a0..df3b09e819 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -131,6 +131,8 @@ endif # Testdir has to be named stdlib and needs to be writable test-canon-ARGS = --test-dir=${common-objpfx}stdlib +tst-strtod-ENV = LOCPATH=$(common-objpfx)localedata + # Run a test on the header files we use. tests: $(objpfx)isomac.out $(objpfx)tst-fmtmsg.out |