From f16a40af02c3a5e1f18856ea1e8a33ff2b1f5d4e Mon Sep 17 00:00:00 2001 From: Bugra Onal Date: Tue, 23 May 2023 13:46:05 -0700 Subject: [PATCH] Renamed char and func unit tests --- .../tests/{30_memchar_test.py => 30_openram_sram_char_test.py} | 0 .../tests/{30_memfunc_test.py => 30_openram_sram_func_test.py} | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename compiler/tests/{30_memchar_test.py => 30_openram_sram_char_test.py} (100%) rename compiler/tests/{30_memfunc_test.py => 30_openram_sram_func_test.py} (99%) diff --git a/compiler/tests/30_memchar_test.py b/compiler/tests/30_openram_sram_char_test.py similarity index 100% rename from compiler/tests/30_memchar_test.py rename to compiler/tests/30_openram_sram_char_test.py diff --git a/compiler/tests/30_memfunc_test.py b/compiler/tests/30_openram_sram_func_test.py similarity index 99% rename from compiler/tests/30_memfunc_test.py rename to compiler/tests/30_openram_sram_func_test.py index 30283854..3a5d6283 100755 --- a/compiler/tests/30_memfunc_test.py +++ b/compiler/tests/30_openram_sram_func_test.py @@ -55,7 +55,7 @@ class sram_func_test(openram_test): if OPTS.tech_name: options += " -t {}".format(OPTS.tech_name) - + options += " -j 2" # Always perform code coverage