forked from PAWPAW-Mirror/lib_xua
- test_sync_clk_basic and test_sync_clk_plugin now run at FS & HS
- test_sync_clk_plugin marked as known failure (now fails as expected for HS and FS)
This commit is contained in:
@@ -8,7 +8,7 @@ def pytest_addoption(parser):
|
||||
default=False,
|
||||
help="Run tests with instruction tracing",
|
||||
)
|
||||
|
||||
|
||||
parser.addoption(
|
||||
"--enablevcdtracing",
|
||||
action="store_true",
|
||||
@@ -16,6 +16,7 @@ def pytest_addoption(parser):
|
||||
help="Run tests with vcd tracing",
|
||||
)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def options(request):
|
||||
yield request.config.option
|
||||
|
||||
Reference in New Issue
Block a user