File: README.md

package info (click to toggle)
eclipse-platform-ui 4.30-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 93,944 kB
  • sloc: java: 830,957; xml: 25,107; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
org.eclipse.ui.tests
====================

Contains the main tests for the Platform UI project.

For more information, refer to the [Platform UI wiki page][1].


Running the tests
-----------------

Use the following command to run the tests via Maven:
mvn clean verify -Pbuild-individual-bundles -DskipTests=false


See [https://wiki.eclipse.org/Platform_UI/How_to_Contribute#Unit_Testing][2] for more information.

Contributions
-------------

For information how to contribute to the Platform UI project see [Platform UI - How to contribute wiki page][3].

License
-------

[Eclipse Public License (EPL) v2.0][4]



[1]: http://wiki.eclipse.org/Platform_UI
[2]: https://wiki.eclipse.org/Platform_UI/How_to_Contribute#Unit_Testing
[3]: https://wiki.eclipse.org/Platform_UI/How_to_Contribute
[4]: https://www.eclipse.org/legal/epl-2.0/