diff options
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 |