Skip to content

sakerbuild/saker.java.testing

Repository files navigation

saker.java.testing

Build status Latest version

The project implements incremental Java testing support for the saker.build system. The implementation dynamically instruments the tested classes to record the dependencies. It can track the accessed classes and files on a test-case basis.

See the documentation for more information.

Build instructions

The project uses the saker.build system for building. It requires both JDK8 and JDK9 to be installed. Use the following command to build the project:

java -jar path/to/saker.build.jar -bd build -EUsaker.java.jre.install.locations=path/to/jdk8;path/to/jdk9 compile saker.build

License

The source code for the project is licensed under GNU General Public License v3.0 only.

Short identifier: GPL-3.0-only.

Official releases of the project (and parts of it) may be licensed under different terms. See the particular releases for more information.