tests/qtest: npcm7xx_emc-test: Skip running test_{tx, rx} on win32
authorBin Meng <bin.meng@windriver.com>
Wed, 24 Aug 2022 09:40:21 +0000 (17:40 +0800)
committerThomas Huth <thuth@redhat.com>
Mon, 29 Aug 2022 13:28:51 +0000 (15:28 +0200)
commitbf3267e790f2877e99a6aa3c24ce6e4e9f65220d
tree6234c8b096a38a1a25790bb86d4eb2b4c9395014
parentde56338e068c97709febaf7ac45088b4b4eb0037
tests/qtest: npcm7xx_emc-test: Skip running test_{tx, rx} on win32

The test cases 'test_{tx,rx}' call socketpair() which does not exist
on win32. Exclude them.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220824094029.1634519-44-bmeng.cn@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/npcm7xx_emc-test.c