Change compiler name for unit tests

This commit is contained in:
Eren Dogan
2022-11-06 14:05:08 -08:00
parent 2ba49fd96f
commit 845f32805f
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ class code_format_test(openram_test):
continue
if re.search("debug.py$", code):
continue
if re.search("openram.py$", code):
if re.search("sram_compiler.py$", code):
continue
if re.search("testutils.py$", code):
continue