java: sync tests with Google

This commit is contained in:
Corentin Le Molgat
2021-08-31 11:58:46 +02:00
parent 7f01735c78
commit 96ead8f216
14 changed files with 2356 additions and 602 deletions

View File

@@ -751,9 +751,14 @@ check_java_pimpl: \
.PHONY: test_java_tests # Build and Run all Java Tests (located in examples/tests)
test_java_tests: \
rjava_KnapsackSolverTest \
rjava_FlowTest \
rjava_LinearSolverTest \
rjava_ConstraintSolverTest \
rjava_RoutingSolverTest \
rjava_LinearExprTest \
rjava_CpModelTest \
rjava_CpSolverTest \
rjava_SatSolverTest \
.PHONY: test_java_contrib # Build and Run all Java Contrib (located in examples/contrib)