Skip to content

Commit

Permalink
Remove comments from test makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Aug 23, 2021
1 parent 466a589 commit 312627f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unittest/meta/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ tests_SOURCES = \
main.cpp \
TestAttrKeyMap.cpp

#tests_CPPFLAGS = $(CODE_COVERAGE_CPPFLAGS)
#tests_CXXFLAGS = $(DBGFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS_COMMON) $(CODE_COVERAGE_CXXFLAGS)
tests_CXXFLAGS = $(DBGFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS_COMMON)
tests_LDADD = $(LDADD_GTEST) -lhiredis -lswsscommon -lpthread -L$(top_srcdir)/meta/.libs -lsaimetadata -lsaimeta -lzmq $(CODE_COVERAGE_LIBS)

Expand Down

0 comments on commit 312627f

Please sign in to comment.