summaryrefslogtreecommitdiff
path: root/scripts/generator/routine.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generator/routine.py')
-rw-r--r--scripts/generator/routine.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/generator/routine.py b/scripts/generator/routine.py
index 9806d960..b46c3716 100644
--- a/scripts/generator/routine.py
+++ b/scripts/generator/routine.py
@@ -55,9 +55,10 @@ def OptionToWrapperC(x):
# Class holding routine-specific information (e.g. name, which arguments, which precisions)
class Routine():
- def __init__(self, implemented, level, name, template, flavours, sizes, options,
+ def __init__(self, implemented, has_tests, level, name, template, flavours, sizes, options,
inputs, outputs, scalars, scratch, description):
self.implemented = implemented
+ self.has_tests = has_tests
self.level = level
self.name = name
self.template = template