diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-23 13:21:23 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-23 13:21:23 +0000 |
| commit | 207ff8948f5c5ad609000cc7509f77fa21631f27 (patch) | |
| tree | a5c41feba39a9bc65b0b8b43d69a69c679c09e39 | |
| parent | 6b8ce6b0d1ad6f54aadacc3f2fc0de5646cc96d4 (diff) | |
| download | uClibc-alpine-207ff8948f5c5ad609000cc7509f77fa21631f27.tar.bz2 uClibc-alpine-207ff8948f5c5ad609000cc7509f77fa21631f27.tar.xz | |
Disable tst-ftime_l test if Extended Locale Support
is not enabled, otherwise build will fail
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
| -rw-r--r-- | test/time/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/time/Makefile b/test/time/Makefile index 237082d3c..8c6978f0d 100644 --- a/test/time/Makefile +++ b/test/time/Makefile @@ -4,6 +4,10 @@ TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \ tst-strftime tst-strptime tst-timezone +ifneq ($(UCLIBC_HAS_XLOCALE),y) +TESTS_DISABLED += tst-ftime_l +endif + include ../Test.mak CFLAGS_tst-strptime2 := -std=c99 |
