From 8be9a827ba4bdc207d2dc0b7c8117330daa41f68 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Thu, 5 Jan 2017 18:25:38 +0100 Subject: [PATCH] test: move dsp tests into their own folder --- artiq/test/gateware/dsp/__init__.py | 0 artiq/test/gateware/{ => dsp}/fir.py | 0 artiq/test/gateware/{ => dsp}/test_accu.py | 0 artiq/test/gateware/{ => dsp}/test_sawg.py | 0 artiq/test/gateware/{ => dsp}/test_sawg_fe.py | 0 artiq/test/gateware/{ => dsp}/test_sawg_phy.py | 0 artiq/test/gateware/{ => dsp}/test_spline.py | 0 artiq/test/gateware/{ => dsp}/tools.py | 0 8 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 artiq/test/gateware/dsp/__init__.py rename artiq/test/gateware/{ => dsp}/fir.py (100%) rename artiq/test/gateware/{ => dsp}/test_accu.py (100%) rename artiq/test/gateware/{ => dsp}/test_sawg.py (100%) rename artiq/test/gateware/{ => dsp}/test_sawg_fe.py (100%) rename artiq/test/gateware/{ => dsp}/test_sawg_phy.py (100%) rename artiq/test/gateware/{ => dsp}/test_spline.py (100%) rename artiq/test/gateware/{ => dsp}/tools.py (100%) diff --git a/artiq/test/gateware/dsp/__init__.py b/artiq/test/gateware/dsp/__init__.py new file mode 100644 index 000000000..e69de29bb diff --git a/artiq/test/gateware/fir.py b/artiq/test/gateware/dsp/fir.py similarity index 100% rename from artiq/test/gateware/fir.py rename to artiq/test/gateware/dsp/fir.py diff --git a/artiq/test/gateware/test_accu.py b/artiq/test/gateware/dsp/test_accu.py similarity index 100% rename from artiq/test/gateware/test_accu.py rename to artiq/test/gateware/dsp/test_accu.py diff --git a/artiq/test/gateware/test_sawg.py b/artiq/test/gateware/dsp/test_sawg.py similarity index 100% rename from artiq/test/gateware/test_sawg.py rename to artiq/test/gateware/dsp/test_sawg.py diff --git a/artiq/test/gateware/test_sawg_fe.py b/artiq/test/gateware/dsp/test_sawg_fe.py similarity index 100% rename from artiq/test/gateware/test_sawg_fe.py rename to artiq/test/gateware/dsp/test_sawg_fe.py diff --git a/artiq/test/gateware/test_sawg_phy.py b/artiq/test/gateware/dsp/test_sawg_phy.py similarity index 100% rename from artiq/test/gateware/test_sawg_phy.py rename to artiq/test/gateware/dsp/test_sawg_phy.py diff --git a/artiq/test/gateware/test_spline.py b/artiq/test/gateware/dsp/test_spline.py similarity index 100% rename from artiq/test/gateware/test_spline.py rename to artiq/test/gateware/dsp/test_spline.py diff --git a/artiq/test/gateware/tools.py b/artiq/test/gateware/dsp/tools.py similarity index 100% rename from artiq/test/gateware/tools.py rename to artiq/test/gateware/dsp/tools.py