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