To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87469
                 Issue #|87469
                 Summary|unittesting infrastructure
               Component|tools
                 Version|DEV300m4
                Platform|All
                     URL|
              OS/Version|Linux
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|solenv
             Assigned to|mh
             Reported by|kendy





------- Additional comments from [EMAIL PROTECTED] Wed Mar 26 13:57:11 +0000 
2008 -------
I would like to up-stream the unit testing infrastructure we have in ooo-build 
so far.  The idea is that running unit tests should be as easy as possible - 
ideally by issuing 'build check' in the module subdirectory which would take  
care of building that module, and consequently running the tests.

To distinguish the tests and the 'real code', we introduced prj/tests.lst 
which has the same form as build.lst (minus the 1st 'dependency' line').  The 
subdirs described in the tests.lst are built just in case 'check' is provided 
to build.pl, and also this 'check' is forwarded to dmake that actually 
compiles the subdir - so that the executing the tests themselves could be 
triggered.

I'll attach the patch that extends build.pl the way described above - please 
have a look.  If you agree with it, I'll commit to a CWS, and then will do 
follow-up CWS(es) to up-stream the actual prj/tests.lst's (which are based on 
the tests that already exist in the OOo) we have so far.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to