summaryrefslogtreecommitdiff
path: root/test/time/Makefile.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-28 20:29:21 +0200
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2016-10-28 20:31:55 +0200
commit99ef2719fb3d703fe38c4113cd7f5adec516dd3a (patch)
tree2c1f77cb41b60ccbf8faa77a3640491a3546b546 /test/time/Makefile.in
parent543308f6c46cf2edf8a524bc9c631e472570fe72 (diff)
test: remove test suite
The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step.
Diffstat (limited to 'test/time/Makefile.in')
-rw-r--r--test/time/Makefile.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/test/time/Makefile.in b/test/time/Makefile.in
deleted file mode 100644
index 4eeb74161..000000000
--- a/test/time/Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-# uClibc time tests
-# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
-
-TESTS_DISABLED := bug-asctime bug-asctime_r time tst-mktime2 tst-posixtz \
- tst-strftime tst-strptime tst-timezone
-
-ifeq ($(TARGET_avr32),y)
-TESTS_DISABLED += tst-timerfd
-endif
-
-ifneq ($(UCLIBC_HAS_XLOCALE),y)
-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