Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ CLEANFILES =
include common/Makefile.am
include pyext/Makefile.am
include sonic-db-cli/Makefile.am
include test_zmq_memory/Makefile.am
include tests/Makefile.am


Expand Down
7 changes: 7 additions & 0 deletions test_zmq_memory/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

bin_PROGRAMS += test_zmq_memory/test_zmq_memory
test_zmq_memory_test_zmq_memory_SOURCES = test_zmq_memory/main.cpp test_zmq_memory/route.pb.cc
test_zmq_memory_test_zmq_memory_CFLAGS = $(DBGFLAGS) $(AM_CFLAGS) $(CFLAGS_COMMON)
test_zmq_memory_test_zmq_memory_CPPFLAGS = $(DBGFLAGS) $(AM_CPPFLAGS) $(CFLAGS_COMMON)
test_zmq_memory_test_zmq_memory_LDADD = common/libswsscommon.la -lpthread -lprotobuf
test_zmq_memory_test_zmq_memory_LDFLAGS = -Wl,-z,now $(LDFLAGS)
Loading
Loading