YTIME_T 32 bit test now builds with 32 bit time
[yaffs2.git] / direct / test-framework / unit_tests / 64_and_32_bit_time / 32_bit / Makefile
index daec17635f946d7a5123ebbd04711c3e9375d108..8bcaf721985f986d846b5e19cbee89c86142ddd5 100644 (file)
@@ -1,4 +1,4 @@
-# Makefile for 64 bit time test.
+# Makefile for 32 bit time test.
 #
 #
 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
@@ -21,6 +21,7 @@ YDI_FRAMEWORK_DIR = ../../../
 CLEAN_OBJS = time_32_tests emfile-2k-0 emfile-nand  emfile-nand128MB 
 TESTFILES =    time_32_tests.o
 
+CFLAGS = -DYAFFS_USE_32_BIT_TIME_T
 all: time_32_tests
 
 YAFFS_TEST_OBJS = $(COMMONTESTOBJS) $(TESTFILES)