DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. Think of it as a custom library of Tcl procedures crafted to support writing a test harness.
DejaGnu is a framework for testing other programs. Its purpose is to provide a single front end for all tests. Think of it as a custom library of Tcl procedures crafted to support writing a test harness.
To install dejagnu, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install dejagnu
To see what files were installed by dejagnu, run:
port contents dejagnu
To later upgrade dejagnu, run:
sudo port selfupdate && sudo port upgrade dejagnu
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.