From 0639f88249b14104b07651a362a004fd72735dd5 Mon Sep 17 00:00:00 2001 From: Saikrishna Arcot Date: Mon, 21 Oct 2024 23:31:11 -0700 Subject: [PATCH] Make sure p4orch tests always run, not just when gcov is enabled Signed-off-by: Saikrishna Arcot --- orchagent/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/orchagent/Makefile.am b/orchagent/Makefile.am index 44714f62a1..5224751f73 100644 --- a/orchagent/Makefile.am +++ b/orchagent/Makefile.am @@ -8,9 +8,7 @@ INCLUDES = -I $(top_srcdir)/lib \ -I pbh \ -I nhg -if GCOV_ENABLED SUBDIRS = p4orch/tests -endif CFLAGS_SAI = -I /usr/include/sai