We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09ff654 commit 355947eCopy full SHA for 355947e
tests/Makefile.am
@@ -15,14 +15,12 @@ if SAITHRIFT
15
vssyncd_LDADD += -lrpcserver -lthrift
16
endif
17
18
-
19
tests_SOURCES = tests.cpp
20
tests_CXXFLAGS = $(DBGFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS_COMMON)
21
tests_LDADD = -lhiredis -lswsscommon -lpthread \
22
$(top_srcdir)/lib/libsairedis.la $(top_srcdir)/syncd/libSyncd.a \
23
-L$(top_srcdir)/meta/.libs -lsaimetadata -lsaimeta -lzmq $(CODE_COVERAGE_LIBS)
24
25
26
testclient_SOURCES = testclient.cpp
27
testclient_CXXFLAGS = $(DBGFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS_COMMON)
28
testclient_LDADD = -lhiredis -lswsscommon -lpthread \
0 commit comments