From f914ab0eceaf45006ea7bdad6a9e766b7b459d76 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Wed, 3 Jul 2019 14:57:47 -0700 Subject: [PATCH] Re-enable replica tests --- compiler/tests/05_dummy_array_test.py | 1 - compiler/tests/05_replica_bitcell_array_test.py | 1 - compiler/tests/05_replica_column_test.py | 1 - 3 files changed, 3 deletions(-) diff --git a/compiler/tests/05_dummy_array_test.py b/compiler/tests/05_dummy_array_test.py index 0925246d..de379a97 100755 --- a/compiler/tests/05_dummy_array_test.py +++ b/compiler/tests/05_dummy_array_test.py @@ -13,7 +13,6 @@ from globals import OPTS from sram_factory import factory import debug -@unittest.skip("SKIPPING 05_dummy_array_test") class dummy_row_test(openram_test): def runTest(self): diff --git a/compiler/tests/05_replica_bitcell_array_test.py b/compiler/tests/05_replica_bitcell_array_test.py index db1c2924..e4c38337 100755 --- a/compiler/tests/05_replica_bitcell_array_test.py +++ b/compiler/tests/05_replica_bitcell_array_test.py @@ -13,7 +13,6 @@ from globals import OPTS from sram_factory import factory import debug -@unittest.skip("SKIPPING 05_replica_bitcell_array_test") class replica_bitcell_array_test(openram_test): def runTest(self): diff --git a/compiler/tests/05_replica_column_test.py b/compiler/tests/05_replica_column_test.py index 6f81193f..8a9f03bb 100755 --- a/compiler/tests/05_replica_column_test.py +++ b/compiler/tests/05_replica_column_test.py @@ -13,7 +13,6 @@ from globals import OPTS from sram_factory import factory import debug -@unittest.skip("SKIPPING 05_replica_column_test") class replica_column_test(openram_test): def runTest(self):