yaffs large file support: Add more tests
[yaffs2.git] / linux-tests / Makefile
index 1f1d56ec0bff5a45ae5380bfed1c23dbc9f277ad..5266481d605967c33662869b8f45d5332b9632aa 100644 (file)
@@ -1,6 +1,6 @@
 CFLAGS += -Wall -D_FILE_OFFSET_BITS=64
 
-TARGETS = xattrtest writebigsparse
+TARGETS = xattrtest writebigsparse verifybigsparse
 all: $(TARGETS)
 
 xattrtest: xattrtest.c
@@ -8,6 +8,9 @@ xattrtest: xattrtest.c
 
 writebigsparse: writebigsparse.c
        gcc $(CFLAGS) -o $@ $<
+
+verifybigsparse: verifybigsparse.c
+       gcc $(CFLAGS) -o $@ $<
        
 
 .PHONEY: clean