summaryrefslogtreecommitdiff
path: root/test/correctness/tester.h
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-06-16 08:07:26 +0200
committerCNugteren <web@cedricnugteren.nl>2015-06-16 08:07:26 +0200
commitd7a0d970e088c85252740c1be591204bd6407cde (patch)
tree453212e9bbf3230a5248136c84c450f94fe3f52b /test/correctness/tester.h
parentaf78a04eca3f4d8772130a6b14ff0f397adac9f3 (diff)
Moved layout and transpose types to generic tester and AXY routines
Diffstat (limited to 'test/correctness/tester.h')
-rw-r--r--test/correctness/tester.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/correctness/tester.h b/test/correctness/tester.h
index 12f6125a..934141d2 100644
--- a/test/correctness/tester.h
+++ b/test/correctness/tester.h
@@ -61,6 +61,10 @@ class Tester {
const std::string kSkippedCompilation{kPrintWarning + "\\" + kPrintEnd};
const std::string kUnsupportedPrecision{kPrintWarning + "o" + kPrintEnd};
+ // The layouts and transpose-options to test with
+ static const std::vector<Layout> kLayouts;
+ static const std::vector<Transpose> kTransposes;
+
// This structure combines the above log-entry with a status code an error percentage
struct ErrorLogEntry {
StatusCode status_expect;