From 9995c5109d21049f91887fd1d91cbb034b445c13 Mon Sep 17 00:00:00 2001 From: Charles Papon Date: Sun, 21 May 2017 16:53:48 +0200 Subject: [PATCH] move tests --- src/test/cpp/{testA => regression}/branch.gtkw | 0 src/test/cpp/{testA => regression}/dcache.gtkw | 0 src/test/cpp/{testA => regression}/default.gtkw | 0 src/test/cpp/{testA => regression}/dhrystoneO3.logRef | 0 src/test/cpp/{testA => regression}/dhrystoneO3.regRef | 0 src/test/cpp/{testA => regression}/dhrystoneO3M.logRef | 0 src/test/cpp/{testA => regression}/dhrystoneO3_Stall.memRef | 0 src/test/cpp/{testA => regression}/dhrystoneO3_Stall.regRef | 0 src/test/cpp/{testA => regression}/fail.gtkw | 0 src/test/cpp/{testA => regression}/main.cpp | 0 src/test/cpp/{testA => regression}/makefile | 0 src/test/cpp/{testA => regression}/refDiff.gtkw | 0 src/test/cpp/{testA => regression}/wrongDiff.gtkw | 0 src/test/cpp/{testA => regression}/yolo.gtkw | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename src/test/cpp/{testA => regression}/branch.gtkw (100%) rename src/test/cpp/{testA => regression}/dcache.gtkw (100%) rename src/test/cpp/{testA => regression}/default.gtkw (100%) rename src/test/cpp/{testA => regression}/dhrystoneO3.logRef (100%) rename src/test/cpp/{testA => regression}/dhrystoneO3.regRef (100%) rename src/test/cpp/{testA => regression}/dhrystoneO3M.logRef (100%) rename src/test/cpp/{testA => regression}/dhrystoneO3_Stall.memRef (100%) rename src/test/cpp/{testA => regression}/dhrystoneO3_Stall.regRef (100%) rename src/test/cpp/{testA => regression}/fail.gtkw (100%) rename src/test/cpp/{testA => regression}/main.cpp (100%) rename src/test/cpp/{testA => regression}/makefile (100%) rename src/test/cpp/{testA => regression}/refDiff.gtkw (100%) rename src/test/cpp/{testA => regression}/wrongDiff.gtkw (100%) rename src/test/cpp/{testA => regression}/yolo.gtkw (100%) diff --git a/src/test/cpp/testA/branch.gtkw b/src/test/cpp/regression/branch.gtkw similarity index 100% rename from src/test/cpp/testA/branch.gtkw rename to src/test/cpp/regression/branch.gtkw diff --git a/src/test/cpp/testA/dcache.gtkw b/src/test/cpp/regression/dcache.gtkw similarity index 100% rename from src/test/cpp/testA/dcache.gtkw rename to src/test/cpp/regression/dcache.gtkw diff --git a/src/test/cpp/testA/default.gtkw b/src/test/cpp/regression/default.gtkw similarity index 100% rename from src/test/cpp/testA/default.gtkw rename to src/test/cpp/regression/default.gtkw diff --git a/src/test/cpp/testA/dhrystoneO3.logRef b/src/test/cpp/regression/dhrystoneO3.logRef similarity index 100% rename from src/test/cpp/testA/dhrystoneO3.logRef rename to src/test/cpp/regression/dhrystoneO3.logRef diff --git a/src/test/cpp/testA/dhrystoneO3.regRef b/src/test/cpp/regression/dhrystoneO3.regRef similarity index 100% rename from src/test/cpp/testA/dhrystoneO3.regRef rename to src/test/cpp/regression/dhrystoneO3.regRef diff --git a/src/test/cpp/testA/dhrystoneO3M.logRef b/src/test/cpp/regression/dhrystoneO3M.logRef similarity index 100% rename from src/test/cpp/testA/dhrystoneO3M.logRef rename to src/test/cpp/regression/dhrystoneO3M.logRef diff --git a/src/test/cpp/testA/dhrystoneO3_Stall.memRef b/src/test/cpp/regression/dhrystoneO3_Stall.memRef similarity index 100% rename from src/test/cpp/testA/dhrystoneO3_Stall.memRef rename to src/test/cpp/regression/dhrystoneO3_Stall.memRef diff --git a/src/test/cpp/testA/dhrystoneO3_Stall.regRef b/src/test/cpp/regression/dhrystoneO3_Stall.regRef similarity index 100% rename from src/test/cpp/testA/dhrystoneO3_Stall.regRef rename to src/test/cpp/regression/dhrystoneO3_Stall.regRef diff --git a/src/test/cpp/testA/fail.gtkw b/src/test/cpp/regression/fail.gtkw similarity index 100% rename from src/test/cpp/testA/fail.gtkw rename to src/test/cpp/regression/fail.gtkw diff --git a/src/test/cpp/testA/main.cpp b/src/test/cpp/regression/main.cpp similarity index 100% rename from src/test/cpp/testA/main.cpp rename to src/test/cpp/regression/main.cpp diff --git a/src/test/cpp/testA/makefile b/src/test/cpp/regression/makefile similarity index 100% rename from src/test/cpp/testA/makefile rename to src/test/cpp/regression/makefile diff --git a/src/test/cpp/testA/refDiff.gtkw b/src/test/cpp/regression/refDiff.gtkw similarity index 100% rename from src/test/cpp/testA/refDiff.gtkw rename to src/test/cpp/regression/refDiff.gtkw diff --git a/src/test/cpp/testA/wrongDiff.gtkw b/src/test/cpp/regression/wrongDiff.gtkw similarity index 100% rename from src/test/cpp/testA/wrongDiff.gtkw rename to src/test/cpp/regression/wrongDiff.gtkw diff --git a/src/test/cpp/testA/yolo.gtkw b/src/test/cpp/regression/yolo.gtkw similarity index 100% rename from src/test/cpp/testA/yolo.gtkw rename to src/test/cpp/regression/yolo.gtkw