check caffe tool runs in runtest
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 21 Feb 2015 04:29:53 +0000 (20:29 -0800)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Sat, 21 Feb 2015 04:29:53 +0000 (20:29 -0800)
Makefile

index 2a75d66..642bde3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -450,6 +450,7 @@ $(MAT$(PROJECT)_SO): $(MAT$(PROJECT)_SRC) $(STATIC_NAME)
                        CXXLIBS="\$$CXXLIBS $(STATIC_LINK_COMMAND) $(LDFLAGS)" -output $@
 
 runtest: $(TEST_ALL_BIN)
+       $(TOOL_BUILD_DIR)/caffe
        $(TEST_ALL_BIN) $(TEST_GPUID) --gtest_shuffle $(TEST_FILTER)
 
 pytest: py