35 lines
1.1 KiB
Diff
35 lines
1.1 KiB
Diff
From a41d8382ba6b5ba0edf1887e65bbd21676ca9be4 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Zoran=20Peri=C4=8Di=C4=87?= <zoran.pericic@infomaas.com>
|
|
Date: Sun, 8 Oct 2023 11:26:25 +0200
|
|
Subject: [PATCH 5/5] remove grpc test
|
|
|
|
---
|
|
tests/lib/subdir.am | 11 -----------
|
|
1 file changed, 11 deletions(-)
|
|
|
|
diff --git a/tests/lib/subdir.am b/tests/lib/subdir.am
|
|
index 6c1be5020..2ac3d508e 100644
|
|
--- a/tests/lib/subdir.am
|
|
+++ b/tests/lib/subdir.am
|
|
@@ -24,17 +24,6 @@ copy_script: tests/lib/script1.lua
|
|
test -e tests/lib/script1.lua || \
|
|
$(INSTALL_SCRIPT) $< tests/lib/script1.lua
|
|
|
|
-##############################################################################
|
|
-GRPC_TESTS_LDADD = staticd/libstatic.a grpc/libfrrgrpc_pb.la -lgrpc++ -lprotobuf $(ALL_TESTS_LDADD) $(LIBYANG_LIBS) -lm
|
|
-
|
|
-if GRPC
|
|
-check_PROGRAMS += tests/lib/test_grpc
|
|
-endif
|
|
-tests_lib_test_grpc_CXXFLAGS = $(WERROR) $(TESTS_CXXFLAGS)
|
|
-tests_lib_test_grpc_CPPFLAGS = $(TESTS_CPPFLAGS)
|
|
-tests_lib_test_grpc_LDADD = $(GRPC_TESTS_LDADD)
|
|
-tests_lib_test_grpc_SOURCES = tests/lib/test_grpc.cpp
|
|
-
|
|
|
|
##############################################################################
|
|
if ZEROMQ
|
|
--
|
|
2.41.0
|
|
|