From 939ea4e72ea9028ddb5171e1676ad63c276d599c Mon Sep 17 00:00:00 2001 From: Fred Wright Date: Mon, 22 Sep 2025 15:31:24 -0700 Subject: [PATCH] Move test_usb to xtest/. This is purely a header test, so it belongs in xtest/. --- {test => xtest}/test_usb.c | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {test => xtest}/test_usb.c (100%) diff --git a/test/test_usb.c b/xtest/test_usb.c similarity index 100% rename from test/test_usb.c rename to xtest/test_usb.c