Fixes #81: Memory Manager tests still require libtrick.a to be linked in.

This commit is contained in:
John M. Penn 2015-07-08 14:37:17 -05:00
parent b660aa371e
commit 619d60fff7

View File

@ -13,7 +13,9 @@ include ${TRICK_HOME}/share/trick/makefiles/Makefile.common
# Flags passed to the preprocessor.
TRICK_CPPFLAGS += -I$(GTEST_HOME)/include -I$(TRICK_HOME)/include -g -Wall -Wextra ${COVERAGE_FLAGS}
#TRICK_LIBS = -L${TRICK_LIB_DIR} -ltrick_units -ltrick_mm
TRICK_LIBS = -L${TRICK_LIB_DIR} -ltrick -ltrick_units -ltrick_mm
TRICK_EXEC_LINK_LIBS += ${GTEST_HOME}/lib/libgtest.a ${GTEST_HOME}/lib/libgtest_main.a
# All tests produced by this Makefile. Remember to add new tests you