This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit ce881ba3061b5749b6f78df0f24b15d31e660560 Author: Damjan Jovanovic <[email protected]> AuthorDate: Fri May 9 18:35:06 2025 +0200 Document the changes. Patch by: me --- test/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/test/README.md b/test/README.md index 31068a05a8..a1d123bf06 100644 --- a/test/README.md +++ b/test/README.md @@ -77,7 +77,9 @@ ant -Dopenoffice.home="C:\Program Files (x86)\OpenOffice 4" compile ``` ## Running Tests -There are three test suites available. Build Verification Test (BVT), Function Verification Test (FVT), and Performance Verification Test (PVT). +There are several test suites available. API test, Build Verification Test (BVT), Function Verification Test (FVT), and Performance Verification Test (PVT). + +The **API** test will test OpenOffice using UNO API tests ported from main/qadevOOo. The **Build Verification Test** Suite includes approximately fifty unit tests used for general build verification. @@ -97,6 +99,8 @@ FVT Example: ```shell ./run -Dopenoffice.home="$PWD/testspace/install/openoffice4" -tp fvt ``` +API test Example (Linux): +./run -Dopenoffice.home="$PWD/testspace/install/openoffice4" -tp api ### Running a Single Class ```shell ./run -Dopenoffice.home="$PWD/testspace/install/openoffice4" -tc bvt.gui.BasicFunctionTest
