yaffs Added another test to direct/timothy_tests/quick_tests
[yaffs2.git] / direct / timothy_tests / quick_tests / Makefile
1 # Makefile for YAFFS direct stress tests
2 #
3 #
4 # YAFFS: Yet another Flash File System. A NAND-flash specific file system.
5 #
6 # Copyright (C) 2003-2010 Aleph One Ltd.
7 #
8 #
9 # Created by Charles Manning <charles@aleph1.co.uk>
10 #
11 # This program is free software; you can redistribute it and/or modify
12 # it under the terms of the GNU General Public License version 2 as
13 # published by the Free Software Foundation.
14 #
15 # NB Warning this Makefile does not include header dependencies.
16 #
17 # $Id: Makefile,v 1.7 2010-02-25 22:34:47 charles Exp $
18
19 #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC
20
21 CFLAGS =      -DCONFIG_YAFFS_DIRECT -DCONFIG_YAFFS_YAFFS2  
22 CFLAGS +=     -DCONFIG_YAFFS_PROVIDE_DEFS -DCONFIG_YAFFSFS_PROVIDE_VALUES
23 CFLAGS +=    -Wall -g $(EXTRA_COMPILE_FLAGS) -Wstrict-aliasing 
24 #CFLAGS +=    -fno-strict-aliasing
25 CFLAGS +=    -O0
26 CFLAGS +=    -Wextra -Wpointer-arith
27 #CFLAGS +=    -DCONFIG_YAFFS_VALGRIND_TEST
28
29 #CFLAGS+=   -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations
30 #CFLAGS+=   -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline
31
32
33 COMMONTESTOBJS = yaffscfg2k.o yaffs_osglue.o \
34                  yaffs_ecc.o yaffs_fileem.o yaffs_fileem2k.o yaffsfs.o yaffs_guts.o \
35                  yaffs_packedtags1.o yaffs_ramdisk.o yaffs_ramem2k.o \
36                  yaffs_tagscompat.o yaffs_packedtags2.o yaffs_tagsvalidity.o yaffs_nand.o \
37                  yaffs_checkptrw.o  yaffs_qsort.o\
38                  yaffs_nameval.o yaffs_attribs.o \
39                  yaffs_norif1.o  ynorsim.o  \
40                  yaffs_allocator.o \
41                  yaffs_bitmap.o \
42                  yaffs_yaffs1.o \
43                  yaffs_yaffs2.o \
44                  yaffs_verify.o
45
46 #                yaffs_checkptrwtest.o\
47
48 TESTFILES =     quick_tests.o lib.o \
49                 test_yaffs_mount.o test_yaffs_mount_ENODEV.o test_yaffs_mount_ENAMETOOLONG.o test_yaffs_mount_EBUSY.o \
50                 test_yaffs_unmount.o test_yaffs_unmount_ENODEV.o test_yaffs_unmount_ENAMETOOLONG.o test_yaffs_unmount_EBUSY.o \
51                 test_yaffs_open.o test_yaffs_open_ENOENT.o test_yaffs_open_ENOTDIR.o test_yaffs_open_EEXIST.o test_yaffs_open_EISDIR.o \
52                 test_yaffs_open_ENAMETOOLONG.o test_yaffs_open_EINVAL.o test_yaffs_open_EINVAL2.o test_yaffs_open_ELOOP.o \
53                 test_yaffs_open_ELOOP_dir.o test_yaffs_open_EROFS.o \
54                 test_yaffs_unlink.o  test_yaffs_unlink_EISDIR.o test_yaffs_unlink_ENOENT.o test_yaffs_unlink_ENAMETOOLONG.o \
55                 test_yaffs_unlink_ENOTDIR.o test_yaffs_unlink_ENOENT2.o test_yaffs_unlink_ELOOP_dir.o \
56                 test_yaffs_ftruncate.o test_yaffs_ftruncate_EBADF.o test_yaffs_ftruncate_EINVAL.o test_yaffs_ftruncate_big_file.o \
57                 test_yaffs_ftruncate_EROFS.o \
58                 test_yaffs_truncate.o test_yaffs_truncate_ENOTDIR.o test_yaffs_truncate_EISDIR.o test_yaffs_truncate_ENOENT.o \
59                 test_yaffs_truncate_EINVAL.o test_yaffs_truncate_big_file.o test_yaffs_truncate_ENOENT2.o test_yaffs_truncate_ELOOP.o \
60                 test_yaffs_truncate_ELOOP_dir.o \
61                 test_yaffs_write.o test_yaffs_write_EBADF.o test_yaffs_write_big_file.o \
62                 test_yaffs_read.o test_yaffs_read_EBADF.o test_yaffs_read_EINVAL.o\
63                 test_yaffs_lseek.o test_yaffs_lseek_EBADF.o test_yaffs_lseek_EINVAL.o test_yaffs_lseek_big_file.o \
64                 test_yaffs_access.o test_yaffs_access_EINVAL.o test_yaffs_access_ENOTDIR.o test_yaffs_access_ENOENT.o \
65                 test_yaffs_access_ENOENT2.o test_yaffs_access_ELOOP_dir.o test_yaffs_access_ELOOP.o test_yaffs_access_EROFS.o \
66                 test_yaffs_stat.o test_yaffs_stat_ENOENT.o test_yaffs_stat_ENOTDIR.o test_yaffs_stat_ENOENT2.o test_yaffs_stat_ELOOP.o \
67                 test_yaffs_stat_ELOOP_dir.o\
68                 test_yaffs_fstat.o test_yaffs_fstat_EBADF.o  \
69                 test_yaffs_close_EBADF.o\
70                 test_yaffs_chmod.o test_yaffs_chmod_ENOENT.o test_yaffs_chmod_ENOTDIR.o test_yaffs_chmod_EINVAL.o \
71                 test_yaffs_chmod_ENOENT2.o test_yaffs_chmod_ELOOP_dir.o test_yaffs_chmod_ELOOP.o test_yaffs_chmod_EROFS.o \
72                 test_yaffs_fchmod.o test_yaffs_fchmod_EBADF.o test_yaffs_fchmod_EROFS.o test_yaffs_fchmod_EINVAL.o\
73                 test_yaffs_fsync.o test_yaffs_fsync_EBADF.o test_yaffs_fsync_EROFS.o \
74                 test_yaffs_fdatasync.o test_yaffs_fdatasync_EBADF.o test_yaffs_fdatasync_EROFS.o\
75                 test_yaffs_mkdir.o test_yaffs_mkdir_EEXIST.o test_yaffs_mkdir_ENOTDIR.o test_yaffs_mkdir_ENOENT.o \
76                 test_yaffs_mkdir_ELOOP_dir.o test_yaffs_mkdir_EROFS.o \
77                 test_yaffs_fchmod.o test_yaffs_fchmod_EBADF.o test_yaffs_fchmod_EINVAL.o \
78                 test_yaffs_symlink.o test_yaffs_symlink_ENOTDIR.o test_yaffs_symlink_EEXIST.o test_yaffs_symlink_ENOENT.o \
79                 test_yaffs_symlink_ENOENT2.o test_yaffs_symlink_ELOOP_dir.o \
80                 test_yaffs_mount2.o test_yaffs_mount2_ENODEV.o \
81                 test_yaffs_unmount2.o test_yaffs_unmount2_ENODEV.o test_yaffs_unmount2_EINVAL.o \
82                 test_yaffs_unmount2_with_handle_open_and_forced_mode_on.o test_yaffs_unmount2_with_handle_open_and_forced_mode_off.o\
83                 test_yaffs_sync.o test_yaffs_sync_ENODEV.o  \
84                 test_yaffs_remount_force_off_read_only_off.o test_yaffs_remount_force_on_read_only_off.o test_yaffs_remount_ENODEV.o \
85                 test_yaffs_remount_EINVAL.o \
86                 test_yaffs_freespace.o test_yaffs_freespace_EINVAL.o \
87                 test_yaffs_totalspace.o test_yaffs_totalspace_EINVAL.o \
88                 test_yaffs_inodecount.o test_yaffs_inodecount_EINVAL.o \
89                 test_yaffs_link.o test_yaffs_link_ENOENT.o test_yaffs_link_EEXIST.o test_yaffs_link_ENOTDIR.o \
90                 test_yaffs_link_ENOTDIR2.o test_yaffs_link_ENOENT2.o test_yaffs_link_ENOENT3.o test_yaffs_link_ENOENT3.o \
91                 test_yaffs_link_ENOENT4.o test_yaffs_link_ELOOP_dir.o test_yaffs_link_EROFS.o \
92                 test_yaffs_rmdir.o test_yaffs_rmdir_EBUSY.o test_yaffs_rmdir_EINVAL.o test_yaffs_rmdir_ENOENT.o \
93                 test_yaffs_rmdir_ENOTDIR.o test_yaffs_rmdir_ELOOP_dir.o \
94                 test_yaffs_rename.o test_yaffs_rename_ENOENT.o test_yaffs_rename_ENOTDIR.o test_yaffs_rename_EINVAL.o \
95                 test_yaffs_rename_dir.o test_yaffs_rename_dir_ENOENT.o test_yaffs_rename_dir_ENOENT2.o test_yaffs_rename_dir_to_file.o \
96                 test_yaffs_rename_file_to_dir.o test_yaffs_rename_EEXISTS.o  test_yaffs_rename_ELOOP_dir.o \
97                 test_yaffs_lstat.o test_yaffs_lstat_ENOENT.o test_yaffs_lstat_ENOTDIR.o \
98                 test_yaffs_flush.o test_yaffs_flush_EBADF.o test_yaffs_flush_EROFS.o
99
100
101                   
102
103 YAFFSTESTOBJS  = $(COMMONTESTOBJS) $(TESTFILES)
104
105 PYTONOSYMLINKS = yaffs_error_converter.c yaffs_error_converter.h
106 PYTHONOBJS = yaffs_error_converter.o
107
108 ALLOBJS = $(sort $(YAFFSTESTOBJS)) $(PYTHONOBJS)
109
110 YAFFSSYMLINKS = yaffs_ecc.c yaffs_ecc.h yaffs_guts.c yaffs_guts.h yaffs_tagscompat.c yaffs_tagscompat.h \
111           yaffs_packedtags1.c yaffs_packedtags1.h yaffs_packedtags2.c yaffs_packedtags2.h \
112           yaffs_nand.c yaffs_nand.h yaffs_getblockinfo.h \
113           yaffs_tagsvalidity.c yaffs_tagsvalidity.h yaffs_checkptrw.h yaffs_checkptrw.c \
114           yaffs_nameval.c yaffs_nameval.h \
115           yaffs_trace.h yaffs_attribs.h \
116           yaffs_allocator.c yaffs_allocator.h \
117           yaffs_yaffs1.c yaffs_yaffs1.h \
118           yaffs_yaffs2.c yaffs_yaffs2.h \
119           yaffs_bitmap.c yaffs_bitmap.h \
120           yaffs_verify.c yaffs_verify.h
121
122 YAFFSDIRECTSYMLINKS =  yaffsfs.c yaffs_flashif.h yaffs_flashif2.h\
123                        yaffsfs.h ydirectenv.h \
124                        yaffs_flashif.c yaffscfg.h yaffs_qsort.c \
125                        yaffs_nandemul2k.h yaffs_list.h \
126                        yaffs_attribs.c yaffs_osglue.h \
127                        yaffs_nandif.c yaffs_nandif.h yportenv.h
128
129
130 DIRECTEXTRASYMLINKS =   yaffscfg2k.c yaffs_fileem2k.c yaffs_fileem2k.h\
131                         yaffs_fileem.c yaffs_norif1.c yaffs_norif1.h \
132                         yaffs_ramdisk.c yaffs_ramdisk.h yaffs_ramem2k.c \
133                         ynorsim.h ynorsim.c yaffs_osglue.c
134
135 SYMLINKS = $(YAFFSSYMLINKS) $(YAFFSDIRECTSYMLINKS) $(DIRECTEXTRASYMLINKS) $(PYTONOSYMLINKS)
136 #all: directtest2k boottest
137
138 all: quick_tests 
139
140 $(ALLOBJS): %.o: %.c
141         gcc -c $(CFLAGS) -o $@ $<
142
143 $(PYTONOSYMLINKS):
144         ln -s ../../python/$@ $@
145
146 $(YAFFSSYMLINKS):
147         ln -s ../../../$@ $@
148
149 $(YAFFSDIRECTSYMLINKS):
150         ln -s ../../$@ $@
151
152 $(DIRECTEXTRASYMLINKS):
153         ln -s ../../basic-test/$@ $@
154
155
156 quick_tests: $(SYMLINKS) $(ALLOBJS)
157         gcc $(CFLLAG) -o $@ $(ALLOBJS)
158
159
160
161
162
163
164 clean:
165         rm -f quick_tests  $(ALLOBJS) core $(SYMLINKS)