/[dejagnu]/dejagnu/doc/user.sgml
ViewVC logotype

Diff of /dejagnu/doc/user.sgml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by rsavoye, Thu Nov 14 17:00:47 2002 UTC revision 1.9 by rsavoye, Mon Mar 17 02:25:07 2003 UTC
# Line 18  dgt:~$ mkdir ~/dejagnu.test Line 18  dgt:~$ mkdir ~/dejagnu.test
18  dgt:~$ cd ~/dejagnu.test  dgt:~$ cd ~/dejagnu.test
19  </programlisting>  </programlisting>
20    
21  <para>Now you are ready to test DejaGnu's main program called ruuntest. The expecteted output is shown</para>  <para>Now you are ready to test DejaGnu's main program called runtest. The expecteted output is shown</para>
22    
23  <example>  <example>
24  <title>Runtest output in a empty directory  <title>Runtest output in a empty directory
# Line 550  This can be done by adding the following Line 550  This can be done by adding the following
550  <title>A first (local) remote "Hello world" test</title>  <title>A first (local) remote "Hello world" test</title>
551  <programlisting>  <programlisting>
552  set test "Remote_send Hello World"  set test "Remote_send Hello World"
553  set status [remote_send $target "echo \"Hello World\"\n" ]  set status [remote_send $target "echo \"Hello\" \"World\"\n" ]
554  pass "$test"  pass "$test"
555  set test "Remote_expect Hello World"  set test "Remote_expect Hello World"
556  remote_expect $target 5 {  remote_expect $target 5 {
# Line 1609  powerpc-linux-gcc -g -O2 -o calc calc.o Line 1609  powerpc-linux-gcc -g -O2 -o calc calc.o
1609        <title>Global Config File</title>        <title>Global Config File</title>
1610            
1611        <para>The master config file is where all the target specific        <para>The master config file is where all the target specific
1612        config variables get set for a whole site get set. The idea is        config variables for a whole site get set. The idea is
1613        that for a centralized testing lab where people have to share a        that for a centralized testing lab where people have to share a
1614        target between multiple developers. There are settings for both        target between multiple developers. There are settings for both
1615        remote targets and remote hosts.  Here's an example of a Master        remote targets and remote hosts.  Here's an example of a Master

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26