Skip to content
Snippets Groups Projects
Commit f138fe08 authored by Tomasz Grabiec's avatar Tomasz Grabiec
Browse files

java: add tests for java code

The tests can be run on the host, using host's JRE like this:

  cd java; mvn test

This is mainly useful during development to have a short modify-test
cycle. The tests should be eventually executed on OSv and support for
that will follow.

The test code is split into two modules which yield two separate jars:

 tests          - contains test cases
 tests-isolates - contains code which is started in isolated context

We need separate jars for these two to have different classpath in the
isolate and thus more realistic tests.
parent 710ed6da
No related branches found
No related tags found
Loading
Showing
with 657 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment