summaryrefslogtreecommitdiff
path: root/test/performance/client.hpp
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/performance/client.hpp
parentd588f28dbeb3c1906ffced711dc1b55a5bdc5b39 (diff)
Moved some utility functions to a test-specific utility compilation-unit
Diffstat (limited to 'test/performance/client.hpp')
-rw-r--r--test/performance/client.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/performance/client.hpp b/test/performance/client.hpp
index 47a13017..2ba09cb9 100644
--- a/test/performance/client.hpp
+++ b/test/performance/client.hpp
@@ -25,7 +25,7 @@
#include <vector>
#include <utility>
-#include "utilities/utilities.hpp"
+#include "test/test_utilities.hpp"
// The libraries to test
#ifdef CLBLAST_REF_CLBLAS