summaryrefslogtreecommitdiff
path: root/test/correctness/testblas.h
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-04-27 14:38:30 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-04-27 14:38:30 +0200
commit226e834d0a6569f8142ab0cde14e6e273486a277 (patch)
tree58a94fe874a928d66b8972724c531d802991cf11 /test/correctness/testblas.h
parent3555cd043654ec24ff325bd6205281af790e50d2 (diff)
Added a '-verbose' option to the test binaries to report errors in more detail if needed
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 13be921a..8fd1b1e2 100644
--- a/test/correctness/testblas.h
+++ b/test/correctness/testblas.h
@@ -35,6 +35,7 @@ class TestBlas: public Tester<T,U> {
using Tester<T,U>::context_;
using Tester<T,U>::queue_;
using Tester<T,U>::full_test_;
+ using Tester<T,U>::verbose_;
using Tester<T,U>::device_;
// Uses several helper functions from the Tester class