diff options
Diffstat (limited to 'libc/posix/Makefile')
-rw-r--r-- | libc/posix/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libc/posix/Makefile b/libc/posix/Makefile index 70d09ea17..489baab72 100644 --- a/libc/posix/Makefile +++ b/libc/posix/Makefile @@ -97,7 +97,7 @@ tests := tstgetopt testfnm runtests \ tst-execvp3 tst-execvp4 \ tst-fnmatch2 tst-cpucount tst-cpuset \ bug-getopt1 bug-getopt2 bug-getopt3 bug-getopt4 \ - bug-getopt5 tst-getopt_long1 + bug-getopt5 tst-getopt_long1 bug-regex34 bug-regex35 tests-$(OPTION_EGLIBC_LOCALE_CODE) \ += tst-fnmatch tst-regexloc bug-regex1 bug-regex5 \ bug-regex23 bug-regex25 bug-regex32 bug-regex33 @@ -229,6 +229,8 @@ bug-regex26-ENV = LOCPATH=$(common-objpfx)localedata bug-regex30-ENV = LOCPATH=$(common-objpfx)localedata bug-regex32-ENV = LOCPATH=$(common-objpfx)localedata bug-regex33-ENV = LOCPATH=$(common-objpfx)localedata +bug-regex34-ENV = LOCPATH=$(common-objpfx)localedata +bug-regex35-ENV = LOCPATH=$(common-objpfx)localedata tst-rxspencer-ARGS = rxspencer/tests ifeq (y,$(OPTION_EGLIBC_LOCALE_CODE)) tst-rxspencer-ARGS += --utf8 |