gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r1879: add blurb for dejagnu


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r1879: add blurb for dejagnu
Date: Sun, 03 Feb 2013 12:56:59 +0100
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 1879
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Sun 2013-02-03 12:56:59 +0100
message:
  add blurb for dejagnu
modified:
  gnu/dejagnu/Makefile
=== modified file 'gnu/dejagnu/Makefile'
--- a/gnu/dejagnu/Makefile      2012-12-16 22:26:25 +0000
+++ b/gnu/dejagnu/Makefile      2013-02-03 11:56:59 +0000
@@ -3,6 +3,12 @@
 GARVERSION = 1.5
 HOME_URL = http://www.gnu.org/software/dejagnu/
 DESCRIPTION = A framework for testing other programs
+define BLURB
+ DejaGnu is a framework for testing software.  In effect, it serves as
+ a front-end for all tests written for a program.  Thus, each program
+ can have multiple test suites, which are then all managed by a
+ single, so-called "test harness."  
+endef
 
 ######################################################################
 
@@ -11,7 +17,7 @@
 DISTFILES = $(DISTNAME).tar.gz
 SIGFILES = $(DISTNAME).tar.gz.sig
 
-BUILDDEPS = 
+BUILDDEPS = expect
 LIBDEPS = 
 
 ######################################################################


reply via email to

[Prev in Thread] Current Thread [Next in Thread]