Description
DejaGnu is an Expect/Tcl based framework for testing other programs. DejaGnu has several purposes: to make it easy to write tests for any program; to allow you to write tests which will be portable to any host or target where a program must be tested; and to standardize the output format of all tests (making it easier to integrate the testing into software development).
Installation Instructions
To enable this copr repo, run (as root):
dnf copr enable jwakely/dejagnu
There is only a single package to install:
dnf install dejagnu
Or to upgrade from an older version from the default DNF repositories:
dnf update dejagnu
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Centos-stream 8 | aarch64 (0)*, x86_64 (0)* | Centos-stream 8 (78 downloads) |
EPEL 6 | i386 (14)*, x86_64 (14)* | EPEL 6 (0 downloads) |
EPEL 7 | x86_64 (14)* | EPEL 7 (81 downloads) |
EPEL 8 | aarch64 (14)*, x86_64 (14)* | EPEL 8 (73 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable jwakely/dejagnu
More info about enabling Copr repositories