| lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | # uClibc time tests |
| 2 | # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball. | ||||
| 3 | |||||
| 4 | TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \ | ||||
| 5 | tst-strftime tst-strptime tst-timezone | ||||
| 6 | |||||
| 7 | ifneq ($(UCLIBC_HAS_XLOCALE),y) | ||||
| 8 | TESTS_DISABLED += tst-ftime_l | ||||
| 9 | endif | ||||
| 10 | |||||
| 11 | CFLAGS_tst-strptime2 := -std=c99 | ||||
| 12 | DODIFF_futimens1 := 1 | ||||