On Mon, 23 Dec 2024 11:35:41 -0800 Andre Muezerie <andre...@linux.microsoft.com> wrote:
> From: Andre Muezerie <andre...@linux.microsoft.com> > To: > Cc: dev@dpdk.org, Andre Muezerie <andre...@linux.microsoft.com> > Subject: [PATCH] app/test-cmdline: add test to Windows build > Date: Mon, 23 Dec 2024 11:35:41 -0800 > X-Mailer: git-send-email 1.8.3.1 > > Header termios.h was not found on Windows, which was probably the > reason this test was originally excluded from the Windows build. > However, ir turns out this header is not needed for this test, so it > can be removed and then test can be added to the Windows build > without negative consequences. > > Signed-off-by: Andre Muezerie <andre...@linux.microsoft.com> > --- Acked-by: Stephen Hemminger <step...@networkplumber.org>