summaryrefslogtreecommitdiff
path: root/test/stat/Makefile
blob: 73ec81b52feeee65a3648ce512b3f311581c15e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# uClibc stat tests
# Licensed under the GNU Library General Public License, see COPYING.LIB

include ../Test.mak

CFLAGS_stat64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64

DODIFF_stat   := 1
DODIFF_stat64 := 1

OPTS_stat   := stat.c
OPTS_stat64 := stat64.c