Difference between revisions of "DejaGnu"
From CBLFS
Jump to navigationJump to search (I added the "Contents" section.) |
|||
Line 1: | Line 1: | ||
{| style="text-align: left; background-color: AliceBlue;" | {| style="text-align: left; background-color: AliceBlue;" | ||
− | |- | + | |-valign="top" |
!Download Source: | !Download Source: | ||
| http://freshmeat.net/redir/dejagnu/12564/url_tgz/dejagnu-{{DejaGnu-Version}}.tar.gz | | http://freshmeat.net/redir/dejagnu/12564/url_tgz/dejagnu-{{DejaGnu-Version}}.tar.gz | ||
Line 29: | Line 29: | ||
make install && | make install && | ||
make install-doc | make install-doc | ||
+ | |||
+ | = Contents = | ||
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | ! Installed Programs: | ||
+ | | runtest | ||
+ | |-valign="top" | ||
+ | ! Installed Libraries: | ||
+ | | None | ||
+ | |-valign="top" | ||
+ | ! Installed Scripts: | ||
+ | | There are a number of Expect scripts installed in the /usr/share/dejagnu hierarchy. | ||
+ | |-valign="top" | ||
+ | ! Installed Directories: | ||
+ | | /usr/share/dejagnu | ||
+ | |} | ||
+ | |||
+ | === Short Descriptions === | ||
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | ! runtest | ||
+ | | A wrapper script that locates the proper expect shell and then runs DejaGNU. | ||
+ | |} |
Revision as of 16:39, 17 December 2006
Download Source: | http://freshmeat.net/redir/dejagnu/12564/url_tgz/dejagnu-1.4.4.tar.gz |
---|
Contents
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
Contents
Installed Programs: | runtest |
---|---|
Installed Libraries: | None |
Installed Scripts: | There are a number of Expect scripts installed in the /usr/share/dejagnu hierarchy. |
Installed Directories: | /usr/share/dejagnu |
Short Descriptions
runtest | A wrapper script that locates the proper expect shell and then runs DejaGNU. |
---|