summaryrefslogtreecommitdiff
path: root/src/caffe/test/test_caffe_main.cpp
diff options
context:
space:
mode:
authorJeff Donahue <jeff.donahue@gmail.com>2014-07-12 06:58:35 -0700
committerJeff Donahue <jeff.donahue@gmail.com>2014-07-14 02:17:58 -0700
commite5ce15d29d183f8a2cdc48ab12e90d254cf4fad1 (patch)
tree329475ccacc57365f43c21880cde9ad6b5325593 /src/caffe/test/test_caffe_main.cpp
parent9c61462cac1cea0856d180bc024e9937f357b274 (diff)
downloadcaffeonacl-e5ce15d29d183f8a2cdc48ab12e90d254cf4fad1.tar.gz
caffeonacl-e5ce15d29d183f8a2cdc48ab12e90d254cf4fad1.tar.bz2
caffeonacl-e5ce15d29d183f8a2cdc48ab12e90d254cf4fad1.zip
Move test headers to include/.
Add a test param to test both CPU and GPU (with both float and double Dtypes).
Diffstat (limited to 'src/caffe/test/test_caffe_main.cpp')
-rw-r--r--src/caffe/test/test_caffe_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caffe/test/test_caffe_main.cpp b/src/caffe/test/test_caffe_main.cpp
index ecc117e3..07e6b8d5 100644
--- a/src/caffe/test/test_caffe_main.cpp
+++ b/src/caffe/test/test_caffe_main.cpp
@@ -3,7 +3,7 @@
// The main caffe test code. Your test cpp code should include this hpp
// to allow a main function to be compiled into the binary.
-#include "test_caffe_main.hpp"
+#include "caffe/test/test_caffe_main.hpp"
namespace caffe {
cudaDeviceProp CAFFE_TEST_CUDA_PROP;