blob: 234b12a6f993afd8af0adbabc0e2030c2f94d54d (
plain)
1
2
3
4
5
6
7
8
|
# uClibc-ng stdio tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
DODIFF_64bit := 1
ifeq ($(UCLIBC_HAS_GLIBC_CUSTOM_STREAMS),)
TESTS_DISABLED += tst-fmemopen
endif
|