projects
/
platform
/
upstream
/
caffeonacl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd4552b
)
makefile
author
Yangqing Jia
<jiayq84@gmail.com>
Thu, 19 Sep 2013 22:46:45 +0000
(15:46 -0700)
committer
Yangqing Jia
<jiayq84@gmail.com>
Thu, 19 Sep 2013 22:46:45 +0000
(15:46 -0700)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
fedb92d
..
cd89c7d
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-54,6
+54,9
@@
linecount: clean
test: $(OBJS) $(GTEST_OBJ) $(TEST_BINS)
+runtest: test
+ for testbin in $(TEST_BINS); do $$testbin; done
+
$(TEST_BINS): %.testbin : %.o
$(CXX) $< $(OBJS) $(GTEST_OBJ) -o $@ $(LDFLAGS) $(WARNINGS)