summaryrefslogtreecommitdiff
path: root/test/correctness/testaxy.h
diff options
context:
space:
mode:
authorCNugteren <web@cedricnugteren.nl>2015-06-20 14:13:54 +0200
committerCNugteren <web@cedricnugteren.nl>2015-06-20 14:13:54 +0200
commit0f486d9b7442a314fd45f993137e6794372de1f5 (patch)
tree23b217432e36476509c289c1a3f07d95c6f887d4 /test/correctness/testaxy.h
parent3ea3ba2beeab837e8d7c533746bd621daf1c09bd (diff)
Automatically skips tests with unsupported precision
Diffstat (limited to 'test/correctness/testaxy.h')
-rw-r--r--test/correctness/testaxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/correctness/testaxy.h b/test/correctness/testaxy.h
index 00d4f6ec..fa2c4a98 100644
--- a/test/correctness/testaxy.h
+++ b/test/correctness/testaxy.h
@@ -42,6 +42,7 @@ class TestAXY: public Tester<T> {
using Tester<T>::TestErrorCodes;
using Tester<T>::GetExampleScalars;
using Tester<T>::GetOffsets;
+ using Tester<T>::PrecisionSupported;
// Test settings for the regular test. Append to this list in case more tests are required.
const std::vector<size_t> kMatrixVectorDims = { 61, 512 };