Skip to content

Commit

Permalink
Merge pull request #222 from jeffdonahue/test-all-bin-gpuid
Browse files Browse the repository at this point in the history
make runtest with TEST_ALL_BIN obey TEST_GPUID
  • Loading branch information
shelhamer committed Mar 17, 2014
2 parents 0eb1930 + 3c19256 commit 7eeae76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ $(STATIC_NAME): init $(PROTO_OBJS) $(OBJS)
@echo

runtest: $(TEST_ALL_BIN)
$(TEST_ALL_BIN)
$(TEST_ALL_BIN) $(TEST_GPUID)

$(TEST_BINS): %.testbin : %.o $(GTEST_OBJ) $(STATIC_NAME) $(TEST_HDRS)
$(CXX) $(TEST_MAIN_SRC) $< $(GTEST_OBJ) $(STATIC_NAME) -o $@ $(CXXFLAGS) $(LDFLAGS) $(WARNINGS)
Expand Down

0 comments on commit 7eeae76

Please sign in to comment.