1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Faidon Liambotis <paravoid@debian.org>
Date: Sat, 11 Feb 2023 22:28:01 +0200
Subject: Do not ship the "test_all" binary
Forwarded: https://github.com/twitter/twemproxy/issues/679
Last-Update: 2023-02-11
---
src/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index ab23407..4077f2d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -66,7 +66,7 @@ nutcracker_LDADD += $(top_builddir)/src/proto/libproto.a
nutcracker_LDADD += $(top_builddir)/src/event/libevent.a
TESTS = test_all
-bin_PROGRAMS = test_all
+check_PROGRAMS = test_all
test_all_SOURCES = test_all.c \
nc_core.c nc_core.h \
|