diff options
Diffstat (limited to 'test/stat/Makefile')
-rw-r--r-- | test/stat/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/stat/Makefile b/test/stat/Makefile index cf21ef76d..73ec81b52 100644 --- a/test/stat/Makefile +++ b/test/stat/Makefile @@ -1,8 +1,6 @@ # uClibc stat tests # Licensed under the GNU Library General Public License, see COPYING.LIB -TESTS := stat stat64 - include ../Test.mak CFLAGS_stat64 := -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 |