mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-02 02:57:53 +02:00
Consolidate checking into our own unit test class. Remove all files in temp dir after each test, not just spice and gds.
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
#!/usr/bin/env python2.7
|
||||
|
||||
import unittest
|
||||
from testutils import header
|
||||
from testutils import header,openram_test
|
||||
import sys,os,re
|
||||
sys.path.append(os.path.join(sys.path[0],".."))
|
||||
import globals
|
||||
import debug
|
||||
|
||||
class code_format_test(unittest.TestCase):
|
||||
class code_format_test(openram_test):
|
||||
"Run a test to check for tabs instead of spaces in the all source files."
|
||||
|
||||
def runTest(self):
|
||||
|
||||
Reference in New Issue
Block a user