From: Timothy Manning Date: Fri, 6 Aug 2021 03:56:25 +0000 (+1200) Subject: Tests will now delete the emfiles with make clean X-Git-Url: https://yaffs.net/gitweb/?p=yaffs2.git;a=commitdiff_plain;h=7cd92e57ab45ca1904926bea11e1d0f1d1568bd7 Tests will now delete the emfiles with make clean --- diff --git a/direct/test-framework/FrameworkRules.mk b/direct/test-framework/FrameworkRules.mk index 684062c..f8cd849 100644 --- a/direct/test-framework/FrameworkRules.mk +++ b/direct/test-framework/FrameworkRules.mk @@ -28,7 +28,7 @@ CFLAGS += -Wextra -Wpointer-arith #CFLAGS+= -Wshadow -Wpointer-arith -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations #CFLAGS+= -Wmissing-prototypes -Wredundant-decls -Wnested-externs -Winline - +CLEAN_OBJS = emfile-2k-0 emfile-nand emfile-nand128MB COMMONTESTOBJS = yaffscfg2k.o yaffs_osglue.o yaffs_hweight.o yaffs_error.o\ yaffs_ecc.o yaffs_fileem.o yaffs_fileem2k.o yaffsfs.o yaffs_guts.o \