DejaGnu: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
I added the package description from BLFS. |
||
| Line 6: | Line 6: | ||
---- | ---- | ||
== Introduction to DejaGnu == | |||
DejaGnu is a framework for running test suites on GNU tools. It is written in expect, which uses TCL (Tool command language). It was installed as part of the temporary system in CLFS for use with test suites, but was not reinstalled as part of the permanent system. | |||
== Dependencies == | == Dependencies == | ||
Revision as of 00:28, 4 December 2006
| Download Source: | http://freshmeat.net/redir/dejagnu/12564/url_tgz/dejagnu-1.4.4.tar.gz |
|---|
Introduction to DejaGnu
DejaGnu is a framework for running test suites on GNU tools. It is written in expect, which uses TCL (Tool command language). It was installed as part of the temporary system in CLFS for use with test suites, but was not reinstalled as part of the permanent system.
Dependencies
Required
Optional
Non-Multilib or Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install && make install-doc