Restructure tests
[yaffs2.git] / direct / Makefile
index ff9f2e337c40f3e9413db2cbe2334f7c5053fc8f..ead70e1940bef40671028bc98536f1646376f351 100644 (file)
@@ -14,7 +14,7 @@
 #
 # NB Warning this Makefile does not include header dependencies.
 #
-# $Id: Makefile,v 1.21 2008-11-21 02:19:30 charles Exp $
+# $Id: Makefile,v 1.22 2009-01-04 21:44:24 charles Exp $
 
 #EXTRA_COMPILE_FLAGS = -DYAFFS_IGNORE_TAGS_ECC
 
@@ -33,11 +33,10 @@ COMMONTESTOBJS = yaffscfg2k.o yaffs_ecc.o yaffs_fileem.o yaffs_fileem2k.o yaffsf
                 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_ecc.h yaffs_guts.c yaffs_guts.h yaffsin
 
 #all: directtest2k boottest
 
-all: directtest2k yaffs_test
+all: directtest2k
 
 $(ALLOBJS): %.o: %.c
        gcc -c $(CFLAGS) -o $@ $<