Skip to content

Commit

Permalink
Merge pull request #1926 from shelhamer/test-caffe-tool
Browse files Browse the repository at this point in the history
Check caffe tool runs
  • Loading branch information
longjon committed Feb 24, 2015
2 parents c091197 + 5a26333 commit 360dbfd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 360dbfd

Please sign in to comment.