DejaGnu: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
----
----


== Introduction to DejaGnu ==
{{Blank-Package-Introduction}}
 
<Package Description Needed>


== Dependencies ==
== Dependencies ==
Line 54: Line 52:
| A wrapper script that locates the proper expect shell and then runs DejaGNU.
| A wrapper script that locates the proper expect shell and then runs DejaGNU.
|}
|}
[[Category:Programming]]

Latest revision as of 23:40, 19 March 2009

Download Source: http://freshmeat.net/redir/dejagnu/12564/url_tgz/dejagnu-1.4.4.tar.gz

Introduction to DejaGnu

Project Homepage: Unknown

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.