projects
/
platform
/
upstream
/
caffe.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1818f81
)
make runtest with TEST_ALL_BIN obey TEST_GPUID
author
Jeff Donahue
<jeff.donahue@gmail.com>
Mon, 17 Mar 2014 21:03:19 +0000
(14:03 -0700)
committer
Jeff Donahue
<jeff.donahue@gmail.com>
Mon, 17 Mar 2014 21:03:19 +0000
(14:03 -0700)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
6043d2d
..
e2d43d8
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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)