[csw-devel] SF.net SVN: gar:[7683] csw/mgar/pkg/googletest/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Dec 20 15:51:01 CET 2009
Revision: 7683
http://gar.svn.sourceforge.net/gar/?rev=7683&view=rev
Author: wahwah
Date: 2009-12-20 14:51:01 +0000 (Sun, 20 Dec 2009)
Log Message:
-----------
googletest: Enable tests, they fail.
Modified Paths:
--------------
csw/mgar/pkg/googletest/trunk/Makefile
Modified: csw/mgar/pkg/googletest/trunk/Makefile
===================================================================
--- csw/mgar/pkg/googletest/trunk/Makefile 2009-12-20 14:36:40 UTC (rev 7682)
+++ csw/mgar/pkg/googletest/trunk/Makefile 2009-12-20 14:51:01 UTC (rev 7683)
@@ -20,4 +20,10 @@
WORKSRC = $(WORKDIR)/gtest-$(GARVERSION)
UFILES_REGEX = gtest-(\d+(?:\.\d+)*).tar.gz
CONFIGURE_ARGS = $(DIRPATHS)
+TEST_SCRIPTS = googletest
+TEST_TARGETS = check
include gar/category.mk
+
+test-googletest:
+ (cd $(WORKSRC) && gmake check)
+ @$(MAKECOOKIE)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list