SF.net SVN: gar:[23515] csw/mgar/pkg
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Apr 26 20:38:48 CEST 2014
Revision: 23515
http://sourceforge.net/p/gar/code/23515
Author: dmichelsen
Date: 2014-04-26 18:38:47 +0000 (Sat, 26 Apr 2014)
Log Message:
-----------
libcheck/trunk: Initial try, testsuite does not run yet
Added Paths:
-----------
csw/mgar/pkg/libcheck/
csw/mgar/pkg/libcheck/Makefile
csw/mgar/pkg/libcheck/branches/
csw/mgar/pkg/libcheck/tags/
csw/mgar/pkg/libcheck/trunk/
csw/mgar/pkg/libcheck/trunk/Makefile
csw/mgar/pkg/libcheck/trunk/checksums
csw/mgar/pkg/libcheck/trunk/files/
Added: csw/mgar/pkg/libcheck/Makefile
===================================================================
--- csw/mgar/pkg/libcheck/Makefile (rev 0)
+++ csw/mgar/pkg/libcheck/Makefile 2014-04-26 18:38:47 UTC (rev 23515)
@@ -0,0 +1,2 @@
+%:
+ $(MAKE) -C trunk $*
Index: csw/mgar/pkg/libcheck/trunk
===================================================================
--- csw/mgar/pkg/libcheck/trunk 2014-04-26 13:28:26 UTC (rev 23514)
+++ csw/mgar/pkg/libcheck/trunk 2014-04-26 18:38:47 UTC (rev 23515)
Property changes on: csw/mgar/pkg/libcheck/trunk
___________________________________________________________________
Added: svn:ignore
## -0,0 +1 ##
+work
Added: csw/mgar/pkg/libcheck/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libcheck/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/libcheck/trunk/Makefile 2014-04-26 18:38:47 UTC (rev 23515)
@@ -0,0 +1,24 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = check
+VERSION = 0.9.12
+GARTYPE = v2
+
+DESCRIPTION = A unit test framework for C
+
+MASTER_SITES = $(SF_MIRROR)
+DISTFILES = $(DISTNAME).tar.gz
+
+# Needed for floor()
+EXTRA_LINKER_FLAGS += -lm
+
+BUILD64 = 1
+
+CONFIGURE_ARGS += $(DIRPATHS)
+# -pedantic is not rejected, but leads to _mcount not being defined, see for details
+# http://wiki.opencsw.org/porting-faq#toc8
+CONFIGURE_ARGS += ax_cv_c_check_flag__pedantic=no
+
+include gar/category.mk
+
Property changes on: csw/mgar/pkg/libcheck/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: csw/mgar/pkg/libcheck/trunk/checksums
===================================================================
--- csw/mgar/pkg/libcheck/trunk/checksums (rev 0)
+++ csw/mgar/pkg/libcheck/trunk/checksums 2014-04-26 18:38:47 UTC (rev 23515)
@@ -0,0 +1 @@
+46fe540d1a03714c7a1967dbc6d484e7 check-0.9.12.tar.gz
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