From 45c94c2aa9ace7b2efdc5dcad97c0d5b2283715a Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 22 Mar 2013 17:36:59 +0700 Subject: [PATCH] test code clean up --- .../ehci/{test_ehci_pipe_bulk_xfer.c => test_pipe_bulk_xfer.c} | 0 .../{test_ehci_pipe_xfer_control.c => test_pipe_control_xfer.c} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/test/host/ehci/{test_ehci_pipe_bulk_xfer.c => test_pipe_bulk_xfer.c} (100%) rename tests/test/host/ehci/{test_ehci_pipe_xfer_control.c => test_pipe_control_xfer.c} (100%) diff --git a/tests/test/host/ehci/test_ehci_pipe_bulk_xfer.c b/tests/test/host/ehci/test_pipe_bulk_xfer.c similarity index 100% rename from tests/test/host/ehci/test_ehci_pipe_bulk_xfer.c rename to tests/test/host/ehci/test_pipe_bulk_xfer.c diff --git a/tests/test/host/ehci/test_ehci_pipe_xfer_control.c b/tests/test/host/ehci/test_pipe_control_xfer.c similarity index 100% rename from tests/test/host/ehci/test_ehci_pipe_xfer_control.c rename to tests/test/host/ehci/test_pipe_control_xfer.c