Re: [PATCH] app/test-cmdline: add test to Windows build

2024-12-23 Thread Stephen Hemminger
On Mon, 23 Dec 2024 11:35:41 -0800 Andre Muezerie wrote: > From: Andre Muezerie > To: > Cc: dev@dpdk.org, Andre Muezerie > 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 > >

[PATCH] app/test-cmdline: add test to Windows build

2024-12-23 Thread Andre Muezerie
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. Sign