diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-01 20:47:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-12-01 20:47:00 +0100 |
commit | c37bec8802893e7cb3e8bfda8a6f7c61de5f231d (patch) | |
tree | 1e7a838ef97617b95ec353eb4b1203d56accc74b /test/time/Makefile.in | |
parent | 19a696d410c8f2839ad4617ad8446fc3781ae684 (diff) | |
parent | b36422960466777495933ed1eb50befd1c34e9a9 (diff) |
Merge remote-tracking branch 'origin/upstream'
Diffstat (limited to 'test/time/Makefile.in')
-rw-r--r-- | test/time/Makefile.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/test/time/Makefile.in b/test/time/Makefile.in index a2613784b..83bc07dbb 100644 --- a/test/time/Makefile.in +++ b/test/time/Makefile.in @@ -9,8 +9,13 @@ TESTS_DISABLED += tst-timerfd endif ifneq ($(UCLIBC_HAS_XLOCALE),y) -TESTS_DISABLED += tst-ftime_l tst_wcsftime +TESTS_DISABLED += tst-ftime_l +endif + +ifneq ($(UCLIBC_HAS_WCHAR)$(UCLIBC_HAS_LOCALE),yy) +TESTS_DISABLED += tst_wcsftime endif CFLAGS_tst-strptime2 := -std=c99 DODIFF_futimens1 := 1 +DODIFF_tst_wcsftime := 1 |