From d9791f7bd9c363487538ce0848a4c2007e33b5a6 Mon Sep 17 00:00:00 2001
From: Tristan Gingold <tgingold@free.fr>
Date: Tue, 22 Jun 2021 07:26:37 +0200
Subject: testsuite/pyunit/dom: test only vhdl source files from sanity/

---
 testsuite/pyunit/dom/AllSources.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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):
-- 
cgit v1.2.3