blob: 14b5f19b97aa4c94e66d048be9712b2a03659e1e (
plain)
1
2
3
4
5
6
7
8
|
# uClibc 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
|