mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2025-12-12 12:22:12 +00:00
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:
parent
a224162428
commit
a2edc93325
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user