Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] Getting a test suite to be part of the build

(See attached file: contributingJUnitPlugins.html)

This is a draft document outlining the steps.

Sonia



                                                                                                                        
                      "Darin Swanson"                                                                                   
                      <Darin_Swanson@xxxxxxx>           To:       platform-releng-dev@xxxxxxxxxxx                       
                      Sent by:                          cc:       platform-ant-dev@xxxxxxxxxxx                          
                      platform-releng-dev-admin@        Subject:  [platform-releng-dev] Getting a test suite to be part 
                      eclipse.org                        of the build                                                   
                                                                                                                        
                                                                                                                        
                      10/22/02 06:40 PM                                                                                 
                      Please respond to                                                                                 
                      platform-releng-dev                                                                               
                                                                                                                        
                                                                                                                        




The Ant component that has a test suite that is ready to be included in the
set of tests run for the build.

Can someone give me directions/point me to the doc of what needs to occur?

Thanks
Darins

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Title: Untitled Document

Contributing JUnit Test Suites to the Build

**draft**

Last Updated: October 23, 2002

1. The tests need to be contributed as one or more plugins that uses the org.eclipse.test automated testing framework.

2. Get PMC approval to create the new plugins projects on dev.eclipse.org. Once the projects are created, proceed to the next step.

3. Update the component's .map file in the org.eclipse.releng project with entries for the new test plugins.

4. Send a request to platform-releng-dev@xxxxxxxxxxx to add the test plugins to the build process. Include the following information:

  • the plugin names and versions
  • plugins that contain a test.xml
  • additional steps to setup the tests outside of installing the test plugins and framework in an Eclipse SDK.

 


Back to the top