Test program in linux

Hi All,
Can anyone advise where linux/Ubuntu puts the test program. Ive compiled from latest source, i can see the test zource, using default settings. Ive read the install document and says run test to make sure everything has installed. However i cant find the test executable.
Thanks

My guess is that it’s in the src directory. I can’t check now, though.On Fri, Dec 20, 2013 at 4:12 AM, tony67 wrote:

Hi All,
Can anyone advise where linux/Ubuntu puts the test program. Ive compiled
from latest source, i can see the test zource, using default settings. Ive
read the install document and says run test to make sure everything has
installed. However i cant find the test executable.
Thanks


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org

Hi Thanks for that, unfortunately it doesn’t seem to be there. I’ve done a search for test inside the master folder but don’t seem to be able to see it :s

the test programs are in the test subdirectory of the source and are a
separate build-step… simlply go into the test folder and run configure
and make to build all the test programs.On 12/20/2013 04:12 AM, tony67 wrote:

Hi All,
Can anyone advise where linux/Ubuntu puts the test program. Ive
compiled from latest source, i can see the test zource, using default
settings. Ive read the install document and says run test to make sure
everything has installed. However i cant find the test executable.
Thanks


SDL mailing list
SDL at lists.libsdl.org
http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org


Edward Rudd
OutOfOrder.cc
Skype: outoforder_cc
317-674-3296

Thanks, didn’t realise, thought it was all made from the master makefile