From bea6b0b5dcce93e519d207194f96a05ebc679a9f Mon Sep 17 00:00:00 2001 From: Michael Timothy Grimes Date: Sun, 30 Sep 2018 22:39:37 -0700 Subject: [PATCH] Renaming functional tests to include spice exe used. Renaming pex test to separate functional tests from pex test. --- .../tests/{22_psram_func_test.py => 22_hspice_psram_func_test.py} | 0 .../tests/{22_sram_func_test.py => 22_hspice_sram_func_test.py} | 0 compiler/tests/{22_pex_test.py => 26_pex_test.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename compiler/tests/{22_psram_func_test.py => 22_hspice_psram_func_test.py} (100%) rename compiler/tests/{22_sram_func_test.py => 22_hspice_sram_func_test.py} (100%) rename compiler/tests/{22_pex_test.py => 26_pex_test.py} (100%) diff --git a/compiler/tests/22_psram_func_test.py b/compiler/tests/22_hspice_psram_func_test.py similarity index 100% rename from compiler/tests/22_psram_func_test.py rename to compiler/tests/22_hspice_psram_func_test.py diff --git a/compiler/tests/22_sram_func_test.py b/compiler/tests/22_hspice_sram_func_test.py similarity index 100% rename from compiler/tests/22_sram_func_test.py rename to compiler/tests/22_hspice_sram_func_test.py diff --git a/compiler/tests/22_pex_test.py b/compiler/tests/26_pex_test.py similarity index 100% rename from compiler/tests/22_pex_test.py rename to compiler/tests/26_pex_test.py