fast-rcnn在make test 出错

本人在虚拟机上装的fastr cnn cpu版本
在caffe-fast-rcnn 编译make test时出错
CXX src/caffe/test/test_smooth_L1_loss_layer.cpp
(........)
src/caffe/test/test_smooth_L1_loss_layer.cpp:72:1: note: in expansion of macro ‘TYPED_TEST’
TYPED_TEST(SmoothL1LossLayerTest, TestGradient) {
^
Makefile:563: recipe for target '.build_releasec/caffe/test/test_smooth_L1_loss_layer.o' failed
make: *** [.build_releasec/caffe/test/test_smooth_L1_loss_layer.o] Error 1

https://blog.csdn.net/langxing1992/article/details/71440831