summaryrefslogtreecommitdiff
path: root/test/correctness/testblas.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-05-30 20:07:09 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-05-30 20:07:09 +0200
commitf6b2cd95793f12a5d8e146fd99a7cdc4e76cb4a9 (patch)
tree74982b6329fc677f34f0a56c114c1321b1165344 /test/correctness/testblas.h
parent305bf16c4c59f063bb9baa83235b964443eb495d (diff)
Increased the verbosity of the -verbose option in the correctness tests
Diffstat (limited to 'test/correctness/testblas.h')
-rw-r--r--test/correctness/testblas.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/correctness/testblas.h b/test/correctness/testblas.h
index 4ffc1558..44adab9f 100644
--- a/test/correctness/testblas.h
+++ b/test/correctness/testblas.h
@@ -46,6 +46,7 @@ class TestBlas: public Tester<T,U> {
using Tester<T,U>::TestErrorCount;
using Tester<T,U>::TestErrorCodes;
using Tester<T,U>::GetOffsets;
+ using Tester<T,U>::GetOptionsString;
// Test settings for the regular test. Append to these lists in case more tests are required.
const std::vector<size_t> kVectorDims = { 7, 93, 4096 };