From f58fc6579fb8a80fd7cbce7ebdd7d42970b7fc14 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 18 Aug 2020 15:58:44 -0700 Subject: [PATCH] Rename local/global tests --- ...obal_bitcell_array_test.py => 15_global_bitcell_array_test.py} | 0 ...array_1rw_1r_test.py => 15_local_bitcell_array_1rw_1r_test.py} | 0 ...local_bitcell_array_test.py => 15_local_bitcell_array_test.py} | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename compiler/tests/{05_global_bitcell_array_test.py => 15_global_bitcell_array_test.py} (100%) rename compiler/tests/{05_local_bitcell_array_1rw_1r_test.py => 15_local_bitcell_array_1rw_1r_test.py} (100%) rename compiler/tests/{05_local_bitcell_array_test.py => 15_local_bitcell_array_test.py} (100%) diff --git a/compiler/tests/05_global_bitcell_array_test.py b/compiler/tests/15_global_bitcell_array_test.py similarity index 100% rename from compiler/tests/05_global_bitcell_array_test.py rename to compiler/tests/15_global_bitcell_array_test.py diff --git a/compiler/tests/05_local_bitcell_array_1rw_1r_test.py b/compiler/tests/15_local_bitcell_array_1rw_1r_test.py similarity index 100% rename from compiler/tests/05_local_bitcell_array_1rw_1r_test.py rename to compiler/tests/15_local_bitcell_array_1rw_1r_test.py diff --git a/compiler/tests/05_local_bitcell_array_test.py b/compiler/tests/15_local_bitcell_array_test.py similarity index 100% rename from compiler/tests/05_local_bitcell_array_test.py rename to compiler/tests/15_local_bitcell_array_test.py