Caffe: add test (#1612)

This commit is contained in:
miqlas
2017-09-01 15:58:04 +02:00
committed by diversys
parent b2e9ae53c9
commit bf7b4ad5b0

View File

@@ -147,3 +147,10 @@ INSTALL()
$developDir \
$libDir/cmake
}
TEST()
{
cd build
make test
make runtest
}