Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 628 Bytes

File metadata and controls

25 lines (13 loc) · 628 Bytes

Mapping Master Integration Tests

Integration tests for Mapping Master.

Building Prerequisites

To build and run tests tests you must have the following items installed:

  • A tool for checking out a Git repository.
  • Apache's Maven.

Building

Get a copy of the latest code:

git clone https://github.com/protegeproject/mapping-master-integration-tests.git 

Change into the mapping-master-integration-tests directory:

cd mapping-master-integration-tests 

To run the tests:

mvn verify