runtest

framework for running test suites on software tools

Install

All systems
curl cmd.cat/runtest.sh
Debian Debian
apt-get install dejagnu
Ubuntu
apt-get install dejagnu
Alpine
apk add dejagnu
Arch Arch Linux
pacman -S dejagnu
image/svg+xml Kali Linux
apt-get install dejagnu
Fedora
dnf install dejagnu-1
Windows (WSL2)
sudo apt-get update sudo apt-get install dejagnu
Raspbian
apt-get install dejagnu
Docker
docker run cmd.cat/runtest runtest powered by Commando

dejagnu

framework for running test suites on software tools

DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. DejaGnu provides a layer of abstraction which allows you to write tests that are portable to any host or target where a program must be tested. All tests have the same output format. DejaGnu is written in `expect', which in turn uses "Tcl"--Tool command language.

dejagnu-1

1.6.1-4.fc29.noarch : A front end for testing other programs