Hi!
> >> I wanted to only run the IPC tests as I have troubles with IPC(-MSG)
> >> in Linux-Next.
> >>
> >> This is what I did...
> >>
> >> root# cd /opt/ltp/
> >>
> >> root# ./runltp ./runtest/ipc
> >>
> >> ...is that the correct way? Wrong?
> >
> > I belive that the syntax is ./runltp -f ipc
> >
> > Also there are additional tests for POSIX IPC in open_posix_testsuite
> > that are not executed by the runltp script.
> >
> 
> How do I run the "POSIX IPC"?

Look into testcases/open_posix_testsuite/ directory, the openposix
testcases are currently not executed from the runltp script and needs to
be compiled and executed separetely. Do 'make' and 'make test' to
compile and run the testsuite (it contains testcases for POSIX
semaphores, message queues and shared memory).

-- 
Cyril Hrubis
[email protected]

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to