#Set this to @ to keep the makefile quiet
SILENCE = @

#---- Outputs ----#
COMPONENT_NAME = Flash

#--- Inputs ----#
PROJECT_HOME_DIR = .

SRC_FILES = Flash.c IOReadWrite.c

TEST_SRC_FILES = AllTests.cpp FlashTest.cpp \
			IOReadWrite_CppUMock.cpp IOReadWrite_CppUMockTest.cpp\

#Add these to TEST_SRC_FILES to see the example run:  

CPPUTEST_OBJS_DIR = .
CPPUTEST_LIB_DIR = .

INCLUDE_DIRS =\
  .\
  $(CPPUTEST_HOME)/include/ \
  $(CPPUTEST_HOME)/include/Platforms/Gcc\

CPPUTEST_USE_EXTENSIONS = Y

include common.mk
