Hi! > sendfile01 always fails because SF_Server file is not installed. > > Signed-off-by: Simon Xu <[email protected]> > --- > testcases/network/tcp_cmds/sendfile/Makefile | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/testcases/network/tcp_cmds/sendfile/Makefile > b/testcases/network/tcp_cmds/sendfile/Makefile > index 124ce5d..17a985a 100644 > --- a/testcases/network/tcp_cmds/sendfile/Makefile > +++ b/testcases/network/tcp_cmds/sendfile/Makefile > @@ -27,7 +27,7 @@ include $(abs_srcdir)/../Makefile.inc > > CPPFLAGS += -I$(abs_srcdir)/../include > > -INSTALL_TARGETS := sendfile01 > +INSTALL_TARGETS := sendfile01 SF_Server
Good catch, but can you please rename the file to sendfile01_server and fix the execution accordingly before it gets applied? Note that all the test binaries are installed into one directory which makes it harder to avoid collisions and figure out what belongs to what... -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ November Webinars for C, C++, Fortran Developers Accelerate application performance with scalable programming models. Explore techniques for threading, error checking, porting, and tuning. Get the most from the latest Intel processors and coprocessors. See abstracts and register http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
