summaryrefslogtreecommitdiff
path: root/test/routines
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-08-12 15:38:17 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-08-12 15:38:17 +0200
commit844e68853e14e5cf5ba67a8b376bd59d27383290 (patch)
treed948a42b6b08017783ff8814f9b487430a59c0cc /test/routines
parentd588f28dbeb3c1906ffced711dc1b55a5bdc5b39 (diff)
Moved some utility functions to a test-specific utility compilation-unit
Diffstat (limited to 'test/routines')
-rw-r--r--test/routines/common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/routines/common.hpp b/test/routines/common.hpp
index 9708288a..47c8f8d7 100644
--- a/test/routines/common.hpp
+++ b/test/routines/common.hpp
@@ -18,6 +18,7 @@
#include <string>
#include "utilities/utilities.hpp"
+#include "test/test_utilities.hpp"
#ifdef CLBLAST_REF_CLBLAS
#include "test/wrapper_clblas.hpp"