aboutsummaryrefslogtreecommitdiff
path: root/verif/conformance/test_select.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/conformance/test_select.py')
-rw-r--r--verif/conformance/test_select.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/verif/conformance/test_select.py b/verif/conformance/test_select.py
index 9868a7f..f4e2a61 100644
--- a/verif/conformance/test_select.py
+++ b/verif/conformance/test_select.py
@@ -518,6 +518,12 @@ class ExpOperator(Operator):
name = "exp"
+class ErfOperator(Operator):
+ """Test selector for the ERF operator."""
+
+ name = "erf"
+
+
class FFT2DOperator(Operator):
"""Test selector for the FFT2D operator."""