Difference between revisions of "Dejagnu"

From Free Software Directory
Jump to: navigation, search
(added standard links)
Line 1: Line 1:
 
{{Entry
 
{{Entry
 
|Name=DejaGnu
 
|Name=DejaGnu
|Short description=Framework to test programs
+
|Short description=Framework to test programs.
 
|Full description=DejaGnu is a framework for testing other programs with the flexibility and consistency that makes it easy to write tests for any program. It provides a layer of abstraction which makes all correctly written tests portable to any host or target where a program must be tested. DejaGnu is written in expect, which in turn uses tcl (which is how the tests themselves are usually written). The framework has two parts: the testing module and the testsuites themselves.
 
|Full description=DejaGnu is a framework for testing other programs with the flexibility and consistency that makes it easy to write tests for any program. It provides a layer of abstraction which makes all correctly written tests portable to any host or target where a program must be tested. DejaGnu is written in expect, which in turn uses tcl (which is how the tests themselves are usually written). The framework has two parts: the testing module and the testsuites themselves.
 
|Homepage URL=https://www.gnu.org/software/dejagnu/
 
|Homepage URL=https://www.gnu.org/software/dejagnu/
Line 8: Line 8:
 
|Computer languages=expect
 
|Computer languages=expect
 
|Documentation note=https://www.gnu.org/software/dejagnu/manual/
 
|Documentation note=https://www.gnu.org/software/dejagnu/manual/
 +
 
https://www.gnu.org/software/dejagnu/dejagnu.pdf
 
https://www.gnu.org/software/dejagnu/dejagnu.pdf
 +
 +
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 
|Decommissioned or Obsolete=No
 
|Decommissioned or Obsolete=No
 
|Donate=https://my.fsf.org/donate/
 
|Donate=https://my.fsf.org/donate/
|Related projects=Expect,Greg,Nana
+
|Related projects=gnustandards,Expect,Greg,Nana
 
|Keywords=testing,Tcl,expect
 
|Keywords=testing,Tcl,expect
|Version identifier=1.6.1
+
|Version identifier=1.6.2
|Version date=2017/10/16
+
|Version date=2018/11/28
 
|Version status=stable
 
|Version status=stable
|Version download=https://ftp.gnu.org/gnu/dejagnu/dejagnu-1.6.1.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/dejagnu/dejagnu-1.6.2.tar.gz
 
|Last review by=Bendikker
 
|Last review by=Bendikker
|Last review date=2018/11/14
+
|Last review date=2019/01/03
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
|Submitted date=2011/04/12
+
|Submitted date=2011/04/01
 
|User level=advanced
 
|User level=advanced
 
|Paid support=https://www.fsf.org/resources/service/
 
|Paid support=https://www.fsf.org/resources/service/
 
|Accepts cryptocurrency donations=Yes
 
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/dejagnu/dejagnu-1.6.2.tar.gz.sig
 
|Test entry=No
 
|Test entry=No
 
|Is GNU=Yes
 
|Is GNU=Yes
Line 50: Line 67:
 
{{Resource
 
{{Resource
 
|Resource audience=Savannah (Ref)
 
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/dejagnu
+
|Resource URL=https://savannah.gnu.org/projects/dejagnu/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=VCS Repository Webview
 
|Resource kind=VCS Repository Webview
|Resource URL=https://git.savannah.gnu.org/cgit/dejagnu.git
+
|Resource URL=https://git.savannah.gnu.org/cgit/dejagnu.git/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/dejagnu
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/dejagnu/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-dejagnu
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/bug-dejagnu/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 70: Line 87:
 
{{Resource
 
{{Resource
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://ftp.gnu.org/gnu/dejagnu
+
|Resource URL=https://ftp.gnu.org/gnu/dejagnu/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Gentoo
 
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://packages.gentoo.org/packages/dev-util/dejagnu
+
|Resource URL=https://savannah.gnu.org/people/
}}
 
{{Resource
 
|Resource audience=FreeBSD
 
|Resource kind=General
 
|Resource URL=https://www.freshports.org/misc/dejagnu
 
 
}}
 
}}
 
{{Software category
 
{{Software category
Line 90: Line 101:
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=expect
+
|Prerequisite description=[[expect]]
 
}}
 
}}
 
{{Software prerequisite
 
{{Software prerequisite
 
|Prerequisite kind=Required to use
 
|Prerequisite kind=Required to use
|Prerequisite description=tcl
+
|Prerequisite description=[[tcl]]
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Revision as of 03:30, 3 January 2019


[edit]

DejaGnu

https://www.gnu.org/software/dejagnu/
Framework to test programs.

DejaGnu is a framework for testing other programs with the flexibility and consistency that makes it easy to write tests for any program. It provides a layer of abstraction which makes all correctly written tests portable to any host or target where a program must be tested. DejaGnu is written in expect, which in turn uses tcl (which is how the tests themselves are usually written). The framework has two parts: the testing module and the testsuites themselves.





Licensing

License

Verified by

Verified on

Notes

Verified by

Genium

Verified on

24 December 2016




Leaders and contributors

Contact(s)Role
Rob Savoye Maintainer
Ben Elliston Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/bug-dejagnu/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/dejagnu/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/dejagnu-commit/
DebianDeveloperhttps://tracker.debian.org/pkg/dejagnu
VCS Repository Webviewhttps://cvs.savannah.gnu.org/viewvc/dejagnu/
WikidataGeneralhttps://www.wikidata.org/wiki/Q1183453
VCS Repository Webviewhttps://git.savannah.gnu.org/cgit/dejagnu.git/
FTPDownloadhttps://ftp.gnu.org/gnu/dejagnu/
SavannahDeveloperhttps://savannah.gnu.org/projects/dejagnu/
VCS Repository Webviewhttps://web.cvs.savannah.gnu.org/viewvc/dejagnu/
FTPMailing Listhttps://ftpmirror.gnu.org/dejagnu/


Software prerequisites

KindDescription
Required to usetcl
Required to useexpect




Entry










"Debian (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.























Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.