Hello all,<br><br>Do anybody use DejaGNU to run tests on remote host?<br><br>I try to run llvm dejagnu tests on remote machine, but tests run on my local host instead. The remote host is available to connect w/o password, nfs is set up.<br>
To run test I use the line:<br>make check ENABLE_OPTIMIZED=1 RUNTESTFLAGS="--host_board i686-pc-linux-gnu --target_board i686-pc-linux-gnu"<br><br>My dejagnurc. file:<br>set target_list "linux-gnu"<br>
I have a file for the board configuration also.<br><br>I am getting in the log:<br> . . .<br> send_error "WARNING: Couldn't find tool config file for $name, using default.\n"<br> # If we can't load the tool init file, this must be a simple natively hosted<br>
# test suite, so we use the default procs for Unix.<br> if { [search_and_load_file "library file" default.exp [list $libdir $libdir/config [file dirname [file dirname $srcdir]]/dejagnu/config $srcdir/config . [file dirname [file dirname [file dirname $srcdir]]]/dejagnu/config]] == 0 } {<br>
send_error "ERROR: Couldn't find default tool init file.\n"<br> . . . <br><br>Did I miss anything?<br>Will appreciate any advice.<br><br>Thank you<br><br>Dan<br>