Skip to content

Commit

Permalink
I forgot to add ptrhead!
Browse files Browse the repository at this point in the history
  • Loading branch information
jmramosr authored May 20, 2020
1 parent 96c8cbf commit 6d641f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ TESTING_FILES_01 += $(OBJ_DIR)test_project1.o11dt
# Special include directories (gtest-based)
INC_PROGRAM_TEST_01 = $(INC_ALL) -I./include/gtest -I./include/gmock
# Libraries needed by the different programs and their respective names
LIB_PROGRAM_TEST_01 = $(LIB_BASE) $(LIB_MATH) -lgtest_main -lgtest -lrt -lgcov -lstdc++
LIB_PROGRAM_TEST_01 = $(LIB_BASE) $(LIB_MATH) -lgtest_main -lgtest -lrt -lgcov -lstdc++ -pthread

$(PROGRAM_NAME_01): $(TESTING_FILES_01)
# $(ccorange)--- Linking $< ---$(ccend)
Expand Down Expand Up @@ -130,4 +130,4 @@ Debug: all

Release: all

default: all
default: all

0 comments on commit 6d641f1

Please sign in to comment.