Hi, On Thu, 2009-02-26 at 09:02 +0100, Michal Simek wrote: > Hi All, > > I would like to know what is preferred coding style for LTP. > Should it be compatible with Linux coding style or any other?
1) Being LTP, it should follow Linux Coding style, 2) Should also follow the guidelines for writing tests in C and Shell as mentioned in: http://ltp.sourceforge.net/documentation/how-to/ltp.php, There are lots of tests in LTP which has to be moved to follow that standard(s) and use LTP libraries instead of printf(), etc. However, till your program reports PASS/FAIL properly, it can be written in any language as such, and may not strictly use the LTP APIs (for the sake of getting new tests). However, Authors/Interested persons can take up to do the cleanups necessary as per their schedule. Regards-- Subrata > > Thanks, > Michal > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
