diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-01 01:07:36 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-01 01:07:36 +0000 |
commit | efc8d9fbaa8a7bf92dec2f43c6e3b646ce3bb723 (patch) | |
tree | afb595e5813e4948b14e52766a4f1850520a003f /test/time/Makefile | |
parent | 6fdc49d6b5478bdb8326e3c15ac88d863ec416cc (diff) |
grab some time tests from glibc
Diffstat (limited to 'test/time/Makefile')
-rw-r--r-- | test/time/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/time/Makefile b/test/time/Makefile new file mode 100644 index 000000000..cbf708526 --- /dev/null +++ b/test/time/Makefile @@ -0,0 +1,9 @@ +# uClibc time tests +# Licensed under the GNU Library General Public License, see COPYING.LIB + +TESTS_DISABLED := bug-asctime time tst-mktime2 tst-posixtz tst-strftime \ + tst-strptime tst-timezone + +include ../Test.mak + +CFLAGS_tst-strptime2 := -std=c99 |