This commit is contained in:
mvandervoord
2012-02-20 12:59:37 +00:00
parent 18eb7fa089
commit 95336fe154
+1 -1
View File
@@ -15,7 +15,7 @@ endif
SRC_FILES=lib/CException.c test/TestException.c test/TestException_Runner.c $(UNITY_DIR)/unity.c
INC_DIRS=-Ilib -Itest -I$(UNITY_DIR)
LIB_DIRS=-L$(C_LIBS)
SYMBOLS=-DTEST -DEXCEPTION_USE_CONFIG_FILE
SYMBOLS=-DTEST -DCEXCEPTION_USE_CONFIG_FILE
#Default Task: Compile And Run Tests
default: