Commit 53b03f23 authored by Scott Vokes's avatar Scott Vokes
Browse files

Eliminate duplicated section in Makefile.

parent f001ed60
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -302,14 +302,6 @@ stop_simulator:
UNITY_INC = ./vendor/unity/src
UNITY_SRC = ./vendor/unity/src/unity.c

test: Rakefile $(LIB_OBJS)
	@echo
	@echo --------------------------------------------------------------------------------
	@echo Testing $(PROJECT)
	@echo --------------------------------------------------------------------------------
	bundle install
	bundle exec rake test_all


#===============================================================================
# CMock Tests