Remove the dependency on the CppUTestExt library as this doesn't seem to be built by the current CppUTest distribution.

This commit is contained in:
Ian 2013-03-27 14:01:42 +00:00
parent a224162428
commit a2edc93325

View File

@ -22,7 +22,7 @@ CPPFLAGS += -I$(CPPUTEST_HOME)/include
# Flags passed to the C++ compiler. # Flags passed to the C++ compiler.
CFLAGS += -g -Wall -Wextra CFLAGS += -g -Wall -Wextra
LD_LIBRARIES = -L$(CPPUTEST_HOME)/lib -lCppUTest -lCppUTestExt LD_LIBRARIES = -L$(CPPUTEST_HOME)/lib -lCppUTest
# All tests produced by this Makefile. Remember to add new tests you # All tests produced by this Makefile. Remember to add new tests you
# created to the list. # created to the list.