diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/pyunit/dom/AllSources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/pyunit/dom/AllSources.py b/testsuite/pyunit/dom/AllSources.py index 645394742..7dabf1b10 100644 --- a/testsuite/pyunit/dom/AllSources.py +++ b/testsuite/pyunit/dom/AllSources.py @@ -12,7 +12,7 @@ if __name__ == "__main__": @mark.parametrize( "file", - glob(str(Path(__file__).resolve().parent.parent.parent.parent / '**' / '*.vhdl'), recursive=True) + glob(str(Path(__file__).resolve().parent.parent.parent / 'sanity' / '*' / '*.vhdl'), recursive=True) ) @mark.xfail def test_AllVHDLSources(file): |