search for: my_runtest

Displaying 9 results from an estimated 9 matches for "my_runtest".

2005 Jan 07
0
[LLVMdev] make check fails on mingw
> I'm not sure if dejagnu is installed correctly. Is there any way to call it > on the command line? > > I get this: > ------------------- > $ runtest --version | tee -a my_runtest.log > WARNING: Couldn't find the global config file. > Expect version is 5.21 > Tcl version is 8.0 > Framework version is 1.4.4 > ------------------- It looks like dejagnu is installed and runs fine. You can also execute that command ('runtest') in the...
2005 Jan 07
3
[LLVMdev] make check fails on mingw
I'm not sure if dejagnu is installed correctly. Is there any way to call it on the command line? I get this: ------------------- $ runtest --version | tee -a my_runtest.log WARNING: Couldn't find the global config file. Expect version is 5.21 Tcl version is 8.0 Framework version is 1.4.4 ------------------- and ------------------- $ ls /usr/local/share/dejagnu/ baseboards framework.exp mondfe.exp standard.exp testglue.c config...
2005 Jan 07
4
[LLVMdev] make check fails on mingw
...inGW/llvm-2-1/test' make: *** [check] Error 2 ------------------- Obviously, the shell tries to locate 'runtest'. runtest is located in: ------------------- $ which runtest /usr/local/bin/runtest ------------------- which is the path and ------------------- $ runtest --version | tee -a my_runtest.log WARNING: Couldn't find the global config file. Expect version is 5.21 Tcl version is 8.0 Framework version is 1.4.4 ------------------- Looking at the 'objdir/test/site.exp' generated file we find: ------------------- ## these variables are automatically generated...
2005 Jan 07
0
[LLVMdev] make check fails on mingw
...tries to locate 'runtest'. runtest is located in: >>> ------------------- >>> $ which runtest >>> /usr/local/bin/runtest >>> ------------------- >>> which is the path and >>> ------------------- >>> $ runtest --version | tee -a my_runtest.log >>> WARNING: Couldn't find the global config file. >>> Expect version is 5.21 >>> Tcl version is 8.0 >>> Framework version is 1.4.4 >>> ------------------- >>> >>> Looking at the 'objdir/test/site.exp'...
2005 Jan 07
3
[LLVMdev] make check fails on mingw
...t;> >>Obviously, the shell tries to locate 'runtest'. runtest is located in: >>------------------- >>$ which runtest >>/usr/local/bin/runtest >>------------------- >>which is the path and >>------------------- >>$ runtest --version | tee -a my_runtest.log >>WARNING: Couldn't find the global config file. >>Expect version is 5.21 >>Tcl version is 8.0 >>Framework version is 1.4.4 >>------------------- >> >>Looking at the 'objdir/test/site.exp' generated file we find: >>--...
2005 Jan 07
0
[LLVMdev] make check fails on mingw
...> ------------------- > > Obviously, the shell tries to locate 'runtest'. runtest is located in: > ------------------- > $ which runtest > /usr/local/bin/runtest > ------------------- > which is the path and > ------------------- > $ runtest --version | tee -a my_runtest.log > WARNING: Couldn't find the global config file. > Expect version is 5.21 > Tcl version is 8.0 > Framework version is 1.4.4 > ------------------- > > Looking at the 'objdir/test/site.exp' generated file we find: > ------------------- > ##...
2005 Jan 07
2
[LLVMdev] make check fails on mingw
...] Error 2 >------------------- > >Obviously, the shell tries to locate 'runtest'. runtest is located in: >------------------- >$ which runtest >/usr/local/bin/runtest >------------------- >which is the path and >------------------- >$ runtest --version | tee -a my_runtest.log >WARNING: Couldn't find the global config file. >Expect version is 5.21 >Tcl version is 8.0 >Framework version is 1.4.4 >------------------- > >Looking at the 'objdir/test/site.exp' generated file we find: >------------------- >## these v...
2005 Jan 07
0
[LLVMdev] make check fails on mingw
...gt;> Obviously, the shell tries to locate 'runtest'. runtest is located in: >> ------------------- >> $ which runtest >> /usr/local/bin/runtest >> ------------------- >> which is the path and >> ------------------- >> $ runtest --version | tee -a my_runtest.log >> WARNING: Couldn't find the global config file. >> Expect version is 5.21 >> Tcl version is 8.0 >> Framework version is 1.4.4 >> ------------------- >> >> Looking at the 'objdir/test/site.exp' generated file we find: &gt...
2005 Jan 07
3
[LLVMdev] make check fails on mingw
...t cs.uiuc.edu> Subject: Re: [LLVMdev] make check fails on mingw Date: Fri, 7 Jan 2005 14:07:54 -0600 (CST) >I'm not sure if dejagnu is installed correctly. Is there any way to call it >on the command line? > >I get this: >------------------- >$ runtest --version | tee -a my_runtest.log >WARNING: Couldn't find the global config file. >Expect version is 5.21 >Tcl version is 8.0 >Framework version is 1.4.4 >------------------- It looks like dejagnu is installed and runs fine. You can also execute that command ('runtest') in the llvm...