mirror of https://github.com/VLSIDA/OpenRAM.git
Merge branch 'dev' of https://github.com/mguthaus/OpenRAM into dev
This commit is contained in:
commit
89220e79fe
|
|
@ -48,5 +48,6 @@ class precharge_test(unittest.TestCase):
|
||||||
# instantiate a copy of the class to actually run the test
|
# instantiate a copy of the class to actually run the test
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
(OPTS, args) = globals.parse_args()
|
(OPTS, args) = globals.parse_args()
|
||||||
|
del sys.argv[1:]
|
||||||
header(__file__, OPTS.tech_name)
|
header(__file__, OPTS.tech_name)
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue