mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 09:16:20 +00:00
Fixes #81: Memory Manager tests still require libtrick.a to be linked in.
This commit is contained in:
parent
b660aa371e
commit
619d60fff7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user