aboutsummaryrefslogtreecommitdiff
path: root/verif/generator/tosa_verif_build_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/generator/tosa_verif_build_tests.py')
-rw-r--r--verif/generator/tosa_verif_build_tests.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/verif/generator/tosa_verif_build_tests.py b/verif/generator/tosa_verif_build_tests.py
index a46b061..dbd46b5 100644
--- a/verif/generator/tosa_verif_build_tests.py
+++ b/verif/generator/tosa_verif_build_tests.py
@@ -287,6 +287,13 @@ def parseArgs(argv):
help="enables test selection, this is the selection criteria to use from the selection config",
)
+ filter_group.add_argument(
+ "--no-special-tests",
+ dest="no_special_tests",
+ action="store_true",
+ help="Do not produce special 'full range' or 'FP special' tests",
+ )
+
parser.add_argument(
"--list-tests",
dest="list_tests",