Difference between revisions of "Dejagnu"

From Free Software Directory
Jump to: navigation, search
(dejagnu-1.6.3)
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
|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/
 +
|Version download=https://ftp.gnu.org/gnu/dejagnu/dejagnu-1.6.3.tar.gz
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=git clone git://git.sv.gnu.org/dejagnu.git
 
|VCS checkout command=git clone git://git.sv.gnu.org/dejagnu.git
Line 10: Line 11:
  
 
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/
Line 32: Line 18:
 
|Version date=2018/11/28
 
|Version date=2018/11/28
 
|Version status=stable
 
|Version status=stable
|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=2019/01/09
+
|Last review date=2019/01/23
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011/04/01
 
|Submitted date=2011/04/01
Line 48: Line 33:
 
{{Project license
 
{{Project license
 
|License=GPLv3orlater
 
|License=GPLv3orlater
 +
|License copyright=Copyright (C) 1992-2019, 2020 Free Software Foundation, Inc.
 
|License verified by=Genium
 
|License verified by=Genium
|License verified date=2016/12/24
+
|License verified date=2016-12-24
 +
}}
 +
{{Software category
 +
|Interface=command-line
 +
|Runs-on=BSD, GNU/Linux
 +
|Software-development=debugging
 +
|Use=software-development
 +
}}
 +
{{EntryGNU
 +
|Is GNU=Yes
 +
|GNU package identifier=dejagnu
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[expect]]
 +
}}
 +
{{Software prerequisite
 +
|Prerequisite kind=Required to use
 +
|Prerequisite description=[[tcl]]
 
}}
 
}}
 
{{Person
 
{{Person
Line 62: Line 66:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=Savannah
|Resource URL=https://tracker.debian.org/pkg/dejagnu
+
|Resource kind=Developer
 +
|Resource URL=https://savannah.gnu.org/projects/dejagnu/
 +
}}
 +
{{Resource
 +
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://web.cvs.savannah.gnu.org/viewvc/dejagnu/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Savannah (Ref)
+
|Resource kind=VCS Repository Webview
|Resource URL=https://savannah.gnu.org/projects/dejagnu/
+
|Resource URL=https://cvs.savannah.gnu.org/viewvc/dejagnu/
 
}}
 
}}
 
{{Resource
 
{{Resource
Line 86: Line 95:
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=FTP
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
+
|Resource URL=https://ftpmirror.gnu.org/dejagnu/
 
}}
 
}}
 
{{Resource
 
{{Resource
 +
|Resource audience=FTP
 
|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=Wikidata
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=https://savannah.gnu.org/people/
+
|Resource URL=https://www.wikidata.org/wiki/Q1183453
 
}}
 
}}
{{Software category
+
{{Resource
|Interface=command-line
+
|Resource audience=Debian
|Runs-on=BSD, GNU/Linux
+
|Resource kind=Developer
|Software-development=debugging
+
|Resource URL=https://tracker.debian.org/pkg/dejagnu
|Use=software-development
 
 
}}
 
}}
{{Software prerequisite
+
{{EntryDetails
|Prerequisite kind=Required to use
+
|Is High Priority Project=No
|Prerequisite description=[[expect]]
+
|Decommissioned or Obsolete=No
}}
+
|Accepts cryptocurrency donations=No
{{Software prerequisite
+
|Test entry=No
|Prerequisite kind=Required to use
 
|Prerequisite description=[[tcl]]
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 10:33, 2 July 2021


[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















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














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


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


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


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



Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.








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.