[csw-devel] SF.net SVN: gar:[14104] csw/mgar/pkg/dejagnu/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Fri Apr 8 03:24:39 CEST 2011
Revision: 14104
http://gar.svn.sourceforge.net/gar/?rev=14104&view=rev
Author: bdwalton
Date: 2011-04-08 01:24:39 +0000 (Fri, 08 Apr 2011)
Log Message:
-----------
dejagnu/trunk: version bump, small cleanups
Modified Paths:
--------------
csw/mgar/pkg/dejagnu/trunk/Makefile
Modified: csw/mgar/pkg/dejagnu/trunk/Makefile
===================================================================
--- csw/mgar/pkg/dejagnu/trunk/Makefile 2011-04-07 21:40:14 UTC (rev 14103)
+++ csw/mgar/pkg/dejagnu/trunk/Makefile 2011-04-08 01:24:39 UTC (rev 14104)
@@ -1,16 +1,15 @@
NAME = dejagnu
-VERSION = 1.4.4
+VERSION = 1.5
CATEGORIES = apps
-DESCRIPTION = GNU auto-configuration tool
+DESCRIPTION = DejaGnu is a framework for testing other programs
define BLURB
+DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. Think of it as a custom library of Tcl procedures crafted to support writing a test harness. A test harness is the testing infrastructure that is created to support a specific program or tool. Each program can have multiple testsuites, all supported by a single test harness. DejaGnu is written in Expect, which in turn uses Tcl -- Tool command language.
endef
MASTER_SITES = $(GNU_MIRROR)
DISTFILES = $(NAME)-$(VERSION).tar.gz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-
#PATCHFILES = 0001-Prefer-CSW-tools.patch
#BUILD_DEP_PKGS = CSWhelp2man
@@ -20,9 +19,4 @@
TEST_TARGET = check
-# Tests take a loooooonnng time.
-#TEST_SCRIPTS =
-
-#EXTRA_MERGE_EXCLUDE_FILES = $(infodir)/standards.info
-
include gar/category.mk
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