mirror of
https://github.com/nasa/trick.git
synced 2025-04-07 11:26:47 +00:00
Memory manager test programs need libtrick_units.a
Added libtrick_units.a to the linking of memory manager test programs. refs #71
This commit is contained in:
parent
5ab9b966c8
commit
03979a2079
@ -13,7 +13,7 @@ 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 = ${TRICK_LIB_DIR}/libtrick.a
|
||||
TRICK_LIBS = -L${TRICK_LIB_DIR} -ltrick -ltrick_units
|
||||
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