On Thu, Sep 16, 2010 at 12:00 PM, Hannu Heikkinen <[email protected]> wrote: > On 15/09/10 12:01 -0700, Garrett Cooper wrote: >> > >> > Should this posixtest.h be kind of a must include for all test cases? >> > Currently not all cases include this. >> >> Well, every affected testcase should include this :). Not all >> files need to include this (there are a number of applications that >> don't need what's defined here) -- so there's no sense in generating >> more work than necessary :). >> Thanks, >> -Garrett > > I must have been hald asleep writing that prev email. I meant that posixtest > cases should include that, and of course not all LTP cases.
I must have doubly been so because I didn't catch that either :). > Might be a consideration for having global ltp header file for all C test > cases > so that generic functionality could be better tweaked by changing certain > defines. Of course that needs more discussion and analysis, thoug. Already done: include/: http://ltp.git.sourceforge.net/git/gitweb.cgi?p=ltp/ltp-dev.git;a=tree;f=include;h=93d0ff91530c366d3af0cfc0c6b4f27c779cb866;hb=HEAD lib/: http://ltp.git.sourceforge.net/git/gitweb.cgi?p=ltp/ltp-dev.git;a=tree;f=lib;h=85556e60de93da651c3ffbab56eeef2b3a68c8bf;hb=HEAD The above changes mentioned only affect the open posix testsuite (http://sf.net/projects/posixtest/), which is a component completely orthogonal to the rest of the code in the LTP sourcebase, so these changes are only required for that section of the codebase. However, certain tunable features can be added in the LTP buildsystem and the open posix testsuite to support automatic `developer mode' if you will. This will take a while to do properly though. Thanks, -Garrett ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
