mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
MemoryManager unit test needs -lpthread on Ubuntu
Added -lpthread to link line just because. refs #91
This commit is contained in:
parent
cde32e6f60
commit
a2bc82f1e9
@ -15,7 +15,7 @@ TRICK_CPPFLAGS += -I$(GTEST_HOME)/include -I$(TRICK_HOME)/include -g -Wall -Wext
|
||||
|
||||
TRICK_LIBS = -L${TRICK_LIB_DIR} -ltrick_mm -ltrick_units -ltrick -ltrick_mm -ltrick_units -ltrick
|
||||
|
||||
TRICK_EXEC_LINK_LIBS += ${GTEST_HOME}/lib/libgtest.a ${GTEST_HOME}/lib/libgtest_main.a
|
||||
TRICK_EXEC_LINK_LIBS += ${GTEST_HOME}/lib/libgtest.a ${GTEST_HOME}/lib/libgtest_main.a -lpthread
|
||||
|
||||
# All tests produced by this Makefile. Remember to add new tests you
|
||||
# created to the list.
|
||||
|
Loading…
x
Reference in New Issue
Block a user