Mercurial > yaffs-ecoscentric
diff direct/Makefile @ 248:a8738fee77c1
Restructure tests
| author | charles |
|---|---|
| date | Sun, 04 Jan 2009 21:44:24 +0000 |
| parents | 7fb6de310d02 |
| children |
line wrap: on
line diff
--- a/direct/Makefile +++ b/direct/Makefile @@ -33,11 +33,10 @@ COMMONTESTOBJS = yaffscfg2k.o yaffs_ecc. yaffs_packedtags1.o yaffs_ramdisk.o yaffs_ramem2k.o \ yaffs_tagscompat.o yaffs_packedtags2.o yaffs_tagsvalidity.o yaffs_nand.o \ yaffs_checkptrw.o yaffs_qsort.o\ - yaffs_norif1.o ynorsim.o nor_stress.o + yaffs_norif1.o ynorsim.o # yaffs_checkptrwtest.o\ DIRECTTESTOBJS = $(COMMONTESTOBJS) dtest.o -YAFFSTESTOBJS = $(COMMONTESTOBJS) yaffs_test.o BOOTTESTOBJS = bootldtst.o yboot.o yaffs_fileem.o nand_ecc.o @@ -53,7 +52,7 @@ SYMLINKS = devextras.h yaffs_ecc.c yaffs #all: directtest2k boottest -all: directtest2k yaffs_test +all: directtest2k $(ALLOBJS): %.o: %.c gcc -c $(CFLAGS) -o $@ $<
