Repository: incubator-singa
Updated Branches:
  refs/heads/master 7c50e0313 -> 84c7f902d


SINGA-95 Add make test after building

Fix dependency bugs for test target.


Project: http://git-wip-us.apache.org/repos/asf/incubator-singa/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-singa/commit/84c7f902
Tree: http://git-wip-us.apache.org/repos/asf/incubator-singa/tree/84c7f902
Diff: http://git-wip-us.apache.org/repos/asf/incubator-singa/diff/84c7f902

Branch: refs/heads/master
Commit: 84c7f902d5ac239e7625e8a572e97f460aef4071
Parents: 152e473
Author: xiezl <xiezhon...@comp.nus.edu.sg>
Authored: Wed Oct 21 16:09:33 2015 +0800
Committer: xiezl <xiezhon...@comp.nus.edu.sg>
Committed: Wed Oct 21 16:30:27 2015 +0800

----------------------------------------------------------------------
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-singa/blob/84c7f902/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index c701650..bc2f070 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -176,6 +176,7 @@ libgtest_la_LDFLAGS = -I./include
 
 singatest_SOURCES = $(GTEST_HDRS) $(TEST_SRCS)
 singatest_CXXFLAGS = $(DEFAULT_FLAGS)
+singatest_LDADD = ./libgtest.la
 singatest_LDFLAGS = -I./include \
                 -lsinga \
                 -lglog  \

Reply via email to